pgweb/pkg/command/version.go

9 lines
86 B
Go
Raw Permalink Normal View History

package command
2017-09-28 20:42:14 -05:00
const VERSION = "0.9.9"
var (
GitCommit string
BuildTime string
)