pgweb/pkg/command/version.go

9 lines
87 B
Go
Raw Permalink Normal View History

package command
2018-11-28 10:25:37 -06:00
const VERSION = "0.10.0"
var (
GitCommit string
BuildTime string
)