Version bump: 0.5.2

This commit is contained in:
Dan Sosedoff 2015-04-13 09:03:30 -05:00
parent 961ad31c13
commit 65ba084d80

View File

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