github.com/naphatkrit/deis@v1.12.3/version/version.go (about)

     1  package version
     2  
     3  // Version identifies this Deis product revision.
     4  const Version = "1.12.3"
     5  
     6  // API identifies the latest Deis api verison
     7  const APIVersion = "1.7"