v1.2.0
This commit is contained in:
parent
9fe59d9863
commit
f5ece47c51
|
@ -1,4 +1,4 @@
|
||||||
## 1.2.0 (unreleased)
|
## 1.2.0 (April 16, 2013)
|
||||||
|
|
||||||
BACKWARDS INCOMPATIBILITIES:
|
BACKWARDS INCOMPATIBILITIES:
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,5 @@ module Vagrant
|
||||||
# This will always be up to date with the current version of 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
|
# since it is used to generate the gemspec and is also the source of
|
||||||
# the version for `vagrant -v`
|
# the version for `vagrant -v`
|
||||||
VERSION = "1.2.0.dev"
|
VERSION = "1.2.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue