aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 9339609..4329a61 100644
--- a/main.go
+++ b/main.go
@@ -12,7 +12,7 @@ import (
"github.com/jpappel/atlas/pkg/query"
)
-const VERSION = "0.4.1"
+const VERSION = "0.5.1"
const ExitCommand = 2 // exit because of a command parsing error
func addGlobalFlagUsage(fs *flag.FlagSet) func() {