Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Nov 8, 2016
2 parents aba8ab3 + b136bc9 commit 47ce78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

require 'yaml'

Vagrant.require_version '>= 1.8'
Vagrant.require_version '>= 1.8.6'

Vagrant.configure(2) do |config|

vccw_version = '3.0.0';
vccw_version = '3.0.1';

_conf = YAML.load(
File.open(
Expand Down

0 comments on commit 47ce78d

Please sign in to comment.