From 79f63d9ce765f390c299ade11a0eb8982c4ac0a5 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 29 Jun 2023 14:58:45 -0400 Subject: [PATCH] Bump to v0.55.0 Signed-off-by: Daniel J Walsh --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index f3cd9b617..417de1d3d 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.0-dev" +const Version = "0.55.0"