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
11 lines
92 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
Rename command.VERSION to command.Version
2018-12-13 22:35:43 -06:00
const
(
Release 0.11.2
2019-02-15 14:09:49 -06:00
Version
=
"0.11.2"
Rename command.VERSION to command.Version
2018-12-13 22:35:43 -06:00
)
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