Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit b4248c3

Browse files
author
Daryl Lozupone
committed
Bump box version constraint to 0.14.0
1 parent 5d5a87d commit b4248c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
Vagrant.configure(2) do |config|
341341

342342
config.vm.box = "wplib/wplib"
343-
config.vm.box_version = "0.13.0"
343+
config.vm.box_version = "0.14.0"
344344

345345
File.write('IP', "10.10.10.#{rand(10..250)}") if not File.exists?('IP')
346346
File.write('HOSTNAME', "wplib.box") if not File.exists?('HOSTNAME')

0 commit comments

Comments
 (0)