From 707ca2751e948b4b9a66fd8782aa808c9dc65cd0 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 15 Sep 2024 18:04:45 -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 799464b..e8ab124 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.4" + SemVer = "0.5.5" )