pgweb/pkg/command/version.go

9 lines
86 B
Go
Raw Permalink Normal View History

package command
2015-05-31 20:40:10 -05:00
const VERSION = "0.6.0"
var (
GitCommit string
BuildTime string
)