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" )