Version bump: 0.4.1

This commit is contained in:
Dan Sosedoff 2014-12-01 21:04:39 -06:00
parent cce904ba6d
commit 6b7ebb2111

View File

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