pgweb/pkg/command/version.go

9 lines
87 B
Go
Raw Normal View History

package command
2017-12-07 22:57:56 -06:00
const VERSION = "0.9.11"
var (
GitCommit string
BuildTime string
)