Reset CHANGELOG/version for 0.6.5 release

This commit is contained in:
clint shryock 2015-10-15 17:50:20 +00:00
parent 49396ba3e0
commit 1bfd4b0f71
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
## 0.6.5 (Unreleased)
## 0.6.4 (October 15, 2015)
FEATURES:

View File

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