From a548a9bdb29c08d81313365e5a37f6510a434037 Mon Sep 17 00:00:00 2001 From: Tom Sweeney Date: Fri, 30 Jun 2023 08:43:33 -0400 Subject: [PATCH] [v0.55] Bump to v0.55.2-dev As the title says [NO NEW TESTS] Signed-off-by: Tom Sweeney --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 9a370a898..ea691a1ff 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.55.1" +const Version = "0.55.2-dev"