Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit f8bdc4b

Browse files
authored
Merge pull request #116 from ByteInternet/vagrantfile-installs-vagrant-hypconfigmgmt-0.0.5
vagrantfile installs vagrant-hypconfigmgmt 0.0.5
2 parents f69bd0a + 2263c41 commit f8bdc4b

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
@@ -5,7 +5,7 @@ require 'fileutils'
55

66
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
77
VAGRANTFILE_API_VERSION = "2"
8-
VAGRANT_HYPCONFIGMGMT_VERSION = "0.0.4"
8+
VAGRANT_HYPCONFIGMGMT_VERSION = "0.0.5"
99

1010
# if vagrant-hypconfigmgmt is not installed, install it and abort
1111
if !Vagrant.has_plugin?("vagrant-hypconfigmgmt", version = VAGRANT_HYPCONFIGMGMT_VERSION)

0 commit comments

Comments
 (0)