diff --git a/CHANGELOG.md b/CHANGELOG.md index 224b824dc..f68466925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.1.1 (unreleased) +## 0.1.1 (June 28, 2013) BUG FIXES: diff --git a/packer/version.go b/packer/version.go index 1bbec20f7..1e21dc917 100644 --- a/packer/version.go +++ b/packer/version.go @@ -6,7 +6,7 @@ import ( ) // The version of packer. -const Version = "0.1.0" +const Version = "0.1.1" // Any pre-release marker for the version. If this is "" (empty string), // then it means that it is a final release. Otherwise, this is the