pgweb/pkg/command/version.go

11 lines
92 B
Go
Raw Normal View History

package command
const (
2019-02-15 14:09:49 -06:00
Version = "0.11.2"
)
var (
GitCommit string
BuildTime string
)