pgweb/pkg/command/version.go

9 lines
87 B
Go
Raw Normal View History

package command
2018-04-23 12:07:53 -05:00
const VERSION = "0.9.12"
var (
GitCommit string
BuildTime string
)