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