From f656d88325958c893b7ed5fc3920eefcf8ccc889 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 1 Mar 2023 23:03:15 -0500 Subject: [PATCH] miller 6.7.0-dev --- internal/pkg/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/version/version.go b/internal/pkg/version/version.go index f3deda3d6..21f088216 100644 --- a/internal/pkg/version/version.go +++ b/internal/pkg/version/version.go @@ -4,4 +4,4 @@ package version // Nominally things like "6.0.0" for a release, then "6.0.0-dev" in between. // This makes it clear that a given build is on the main dev branch, not a // particular snapshot tag. -var STRING string = "6.7.0" +var STRING string = "6.7.0-dev"