From af6aaa1771fd567cce5bd78f29fc89fd312dae06 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 4 Jun 2023 04:06:01 -0400 Subject: [PATCH] bump version for release --- lib/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.go b/lib/constants.go index 77ba891..df43b64 100644 --- a/lib/constants.go +++ b/lib/constants.go @@ -5,5 +5,5 @@ package lib const ( // SemVer is the semantic version of this program - SemVer = "0.5.0-unreleased" + SemVer = "0.5.0" )