diff --git a/main.go b/main.go index 627d5136f..253da8b80 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( _ "github.com/lib/pq" ) -const VERSION = "0.4.1" +const VERSION = "0.5.0" type Options struct { Version bool `short:"v" long:"version" description:"Print version"`