github.com/mboersma/deis@v1.13.4/version/version.go (about)

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