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
86 B
Go
Raw
Permalink
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
Version bump: 0.6.0
2015-05-31 20:40:10 -05:00
const
VERSION
=
"0.6.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