mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
up version for dev
This commit is contained in:
parent
059de113a7
commit
163947bc36
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## 1.4.1 (unreleased)
|
||||
|
||||
|
||||
|
||||
## 1.4.0 (December 9, 2013)
|
||||
|
||||
FEATURES:
|
||||
|
|
|
|||
|
|
@ -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.4.0"
|
||||
VERSION = "1.4.1.dev"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue