pgweb/pkg/command/version.go

9 lines
86 B
Go
Raw Permalink Normal View History

package command
2015-08-16 10:24:21 -05:00
const VERSION = "0.6.3"
var (
GitCommit string
BuildTime string
)