pgweb/pkg/command/version.go
2020-02-19 20:24:33 -06:00

18 lines
313 B
Go

package command
const (
// Version is the current Pgweb application version
Version = "0.11.6"
)
var (
// GitCommit contains the Git commit SHA for the binary
GitCommit string
// BuildTime contains the binary build time
BuildTime string
// GoVersion contains the Go runtime version
GoVersion string
)