pgweb/pkg/command/version.go
2021-10-08 21:30:45 -05:00

18 lines
316 B
Go

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