github.com/skippbox/kompose-origin@v0.0.0-20160524133224-16a9dca7bac2/version/version.go (about) 1 package version 2 3 var ( 4 // VERSION should be updated by hand at each release 5 VERSION = "0.3.0-dev" 6 7 // GITCOMMIT will be overwritten automatically by the build system 8 GITCOMMIT = "HEAD" 9 10 // BUILDTIME will be overwritten automatically by the build system 11 BUILDTIME = "" 12 )