pgweb/pkg/command/version.go

9 lines
86 B
Go
Raw Normal View History

package command
2015-05-08 09:00:24 -05:00
const VERSION = "0.5.3"
var (
GitCommit string
BuildTime string
)