pgweb/pkg/command/version.go

9 lines
86 B
Go
Raw Normal View History

package command
const VERSION = "0.5.2"
var (
GitCommit string
BuildTime string
)