pgweb/pkg/command/version.go

9 lines
86 B
Go
Raw Normal View History

package command
2015-07-15 18:21:08 -05:00
const VERSION = "0.6.2"
var (
GitCommit string
BuildTime string
)