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

Commit 2263c41

Browse files
committed
vagrantfile installs vagrant-hypconfigmgmt 0.0.5
1 parent f69bd0a commit 2263c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)