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
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.3
2015-08-16 10:24:21 -05:00
const
VERSION
=
"0.6.3"
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