This website requires JavaScript.
Explore
Help
Sign In
balki
/
pgweb
Watch
1
Star
0
Fork
0
You've already forked pgweb
Code
Pull Requests
Activity
pgweb
/
pkg
/
command
/
version.go
9 lines
87 B
Go
Raw
Normal View
History
Unescape
Escape
Move version definition into command package, include build timestamp, add /api/info endpoint
2015-05-05 00:34:23 -05:00
package
command
Release 0.9.11
2017-12-07 22:57:56 -06:00
const
VERSION
=
"0.9.11"
Move version definition into command package, include build timestamp, add /api/info endpoint
2015-05-05 00:34:23 -05:00
var
(
GitCommit
string
BuildTime
string
)
Copy Permalink