github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/version/version.go (about)

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