pgweb/pkg/command/version.go

11 lines
92 B
Go
Raw Normal View History

package command
const (
2019-07-24 17:07:27 -05:00
Version = "0.11.3"
)
var (
GitCommit string
BuildTime string
)