Files
pgweb/pkg/command/version.go
Dan Sosedoff cb4ecb49eb Release 0.9.10
2017-11-03 21:50:25 -05:00

9 lines
87 B
Go

package command
const VERSION = "0.9.10"
var (
GitCommit string
BuildTime string
)