pgweb/pkg/command/version.go

9 lines
86 B
Go
Raw Normal View History

package command
2017-04-04 22:10:45 -05:00
const VERSION = "0.9.7"
var (
GitCommit string
BuildTime string
)