pgweb/pkg/command/version.go
2021-07-07 19:11:42 -05:00

18 lines
313 B
Go

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