From 7fe562fd822c01da6f14f6b12607bd8962c254ee Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Fri, 7 Apr 2023 21:03:33 -0700 Subject: [PATCH] [ci-base] bump version --- lib/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version/version.go b/lib/version/version.go index c11435e09..a305938c4 100644 --- a/lib/version/version.go +++ b/lib/version/version.go @@ -1,4 +1,4 @@ package version // Pre-built binaries will have version set correctly during build time. -var Version = "v0.3.0-HEAD" +var Version = "v0.4.0-HEAD"