diff --git a/main.go b/main.go index 2b3685a..fa230a9 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( ) // Version is the current version -const Version = "0.3.4-dev" +const Version = "0.3.5" // ExitCode is the highest exit code seen in any command var ExitCode = 0