package version
var (
// VERSION should be updated by hand at each release
VERSION = "0.5.0-dev"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"
)