mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 20:13:06 +03:00
11 lines
92 B
Go
11 lines
92 B
Go
package command
|
|
|
|
const (
|
|
Version = "0.11.2"
|
|
)
|
|
|
|
var (
|
|
GitCommit string
|
|
BuildTime string
|
|
)
|