Version bump: 0.5.0

This commit is contained in:
Dan Sosedoff 2015-01-13 22:42:59 -06:00
parent 1bd5e1f04b
commit a749d6ce13

View File

@ -11,7 +11,7 @@ import (
_ "github.com/lib/pq" _ "github.com/lib/pq"
) )
const VERSION = "0.4.1" const VERSION = "0.5.0"
type Options struct { type Options struct {
Version bool `short:"v" long:"version" description:"Print version"` Version bool `short:"v" long:"version" description:"Print version"`