Files
pgweb/pkg/command/version.go
Dan Sosedoff 059764d015 Release 0.11.4
2019-10-05 12:48:21 -05:00

11 lines
92 B
Go

package command
const (
Version = "0.11.4"
)
var (
GitCommit string
BuildTime string
)