pgweb/pkg/command/version.go
2022-01-20 21:28:05 -06:00

18 lines
317 B
Go

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