pgweb/pkg/command/version.go

11 lines
92 B
Go
Raw Normal View History

package command
const (
2019-01-28 17:11:04 -06:00
Version = "0.11.1"
)
var (
GitCommit string
BuildTime string
)