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