Files
docker-docs/version/version.go
Andrea Luzzardi 73fdfce723 Bump version to 0.2.0
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-03-23 14:56:45 -07:00

10 lines
186 B
Go

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