github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/contrib/bumpver/bumpver.go (about)

     1  package main
     2  
     3  import (
     4  	"os"
     5  )
     6  
     7  func main() {
     8  	os.Exit(Command(nil))
     9  }