This commit is contained in:
Mitchell Hashimoto 2013-10-15 11:55:44 -10:00
parent fe31ac7556
commit a40522f5fa
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 1.3.5 (unreleased)
## 1.3.5 (October 15, 2013)
FEATURES:

View File

@ -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 = "1.3.5.dev"
VERSION = "1.3.5"
end