Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
This will actually be released tomorrow, most likely, but I want
to get the installers all ready.
  • Loading branch information
mitchellh committed Sep 5, 2013
1 parent d4e6372 commit 0224c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.0 (unreleased)
## 1.3.0 (September 5, 2013)

BACKWARDS INCOMPATIBILITY:

Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.dev"
VERSION = "1.3.0"
end

0 comments on commit 0224c62

Please sign in to comment.