pgweb/pkg/command/version.go

9 lines
86 B
Go
Raw Normal View History

package command
2016-01-11 08:32:05 -06:00
const VERSION = "0.8.0"
var (
GitCommit string
BuildTime string
)