pgweb/pkg/command/version.go

11 lines
92 B
Go
Raw Normal View History

package command
const (
2019-10-05 12:48:21 -05:00
Version = "0.11.4"
)
var (
GitCommit string
BuildTime string
)