mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 03:36:33 +03:00
9 lines
87 B
Go
9 lines
87 B
Go
package command
|
|
|
|
const VERSION = "0.9.10"
|
|
|
|
var (
|
|
GitCommit string
|
|
BuildTime string
|
|
)
|