From 651aebc0b212f766e169478c89bfb8b665b71365 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Sun, 17 Nov 2024 07:19:47 -0500 Subject: [PATCH] 0.7 was tagged without any breaking changes - should be 0.6.x (#318) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 936e77b..dfbf7ac 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "StructArrays" uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" -version = "0.7.0" +version = "0.6.20" [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"