diff --git a/CHANGELOG.md b/CHANGELOG.md index cedb9617a..295387d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.9 (unreleased) +## 0.6.9 (December 21, 2010) - Puppet provisioner. [GH-223] - Solaris system configurable to use `sudo`. diff --git a/lib/vagrant/version.rb b/lib/vagrant/version.rb index a6e78360b..c2623e3bf 100644 --- a/lib/vagrant/version.rb +++ b/lib/vagrant/version.rb @@ -2,5 +2,5 @@ module Vagrant # This will always be up to date with the current version of Vagrant, # since it is used to generate the gemspec and is also the source of # the version for `vagrant -v` - VERSION = "0.6.9.dev" + VERSION = "0.6.9" end