pgweb/pkg/command/version.go

9 lines
86 B
Go
Raw Normal View History

package command
2016-07-29 10:37:18 -05:00
const VERSION = "0.9.4"
var (
GitCommit string
BuildTime string
)