From 209a993159eae02f037d01efc001feb57577c2ef Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 6 Oct 2021 16:30:53 -0400 Subject: [PATCH] Bump to v1.5.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 c4a6eb88..358fe959 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "1.4.1-dev" +const Version = "1.5.0"