github.com/jmbataller/terraform@v0.6.8-0.20151125192640-b7a12e3a580c/terraform/version.go (about)

     1  package terraform
     2  
     3  // The main version number that is being run at the moment.
     4  const Version = "0.6.8"
     5  
     6  // A pre-release marker for the version. If this is "" (empty string)
     7  // then it means that it is a final release. Otherwise, this is a pre-release
     8  // such as "dev" (in development), "beta", "rc1", etc.
     9  const VersionPrerelease = "dev"