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