2015-03-20 00:27:52 -04:00
|
|
|
package version
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
|
// VERSION should be updated by hand at each release
|
2015-03-24 13:17:12 -07:00
|
|
|
VERSION = "0.2.0"
|
2015-03-20 00:27:52 -04:00
|
|
|
|
2015-04-01 17:56:26 +08:00
|
|
|
// GITCOMMIT will be overwritten automatically by the build system
|
2015-03-20 00:27:52 -04:00
|
|
|
GITCOMMIT = "HEAD"
|
|
|
|
|
)
|