mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 20:13:06 +03:00
18 lines
317 B
Go
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
|
|
)
|