Files
docker-docs/version/version.go
Victor Vieux 65285b437d bump version to 0.3.0
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-04-21 15:03:51 -07:00

10 lines
187 B
Go

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