Skip to content

Commit 60e153f

Browse files
committed
Releasing v1.3.3.
1 parent 8f2490f commit 60e153f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,12 +398,11 @@ option to `false`:
398398

399399
== Development
400400

401-
The use of https://rvm.io[RVM] is recommended. Verified to work with
402-
ruby 2.0.0p648.
401+
The use of https://rvm.io[RVM] is recommended. Verified to work with ruby-2.2.10.
403402

404403
....
405-
rvm install 2.0
406-
rvm use 2.0
404+
rvm install 2.2
405+
rvm use 2.2
407406
....
408407

409408
To install a development environment, clone the repo and prepare
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module VagrantPlugins
22
# Registration plugin to auto-register guests on `vagrant up`
33
module Registration
4-
VERSION = '1.3.2'
4+
VERSION = '1.3.3'
55
end
66
end

0 commit comments

Comments
 (0)