pgweb/pkg/command/version.go

9 lines
86 B
Go
Raw Normal View History

package command
2016-11-18 12:36:27 -06:00
const VERSION = "0.9.6"
var (
GitCommit string
BuildTime string
)