pgweb/pkg/command/version.go
2022-07-05 21:11:03 -05:00

18 lines
317 B
Go

package command
const (
// Version is the current Pgweb application version
Version = "0.11.12"
)
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
)