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.10.0
2018-11-28 10:25:37 -06:00
const
VERSION
=
"0.10.0"
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