diff --git a/internal/config/constants.go b/internal/config/constants.go index a469714..fc6cf95 100644 --- a/internal/config/constants.go +++ b/internal/config/constants.go @@ -1,7 +1,7 @@ package config // Version stores the current application version -const Version = "0.5.0" +const Version = "0.5.1" // Usage stores the general usage information const Usage = `Usage: sub-cli [command] [options]