github.com/misfo/deis@v1.0.1-0.20141111224634-e0eee0392b8a/contrib/bumpver/bumpver.go (about) 1 package main 2 3 import ( 4 "os" 5 ) 6 7 func main() { 8 os.Exit(Command(nil)) 9 }