pgweb/pkg/command/version.go

11 lines
92 B
Go
Raw Normal View History

package command
const (
2018-12-24 12:57:39 -06:00
Version = "0.11.0"
)
var (
GitCommit string
BuildTime string
)