From d37daf33a7bceb724d9bb9e1669072005b131974 Mon Sep 17 00:00:00 2001 From: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com> Date: Wed, 2 Nov 2022 04:28:02 -0500 Subject: [PATCH] fix: version --- lib/vagrant-zones/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-zones/version.rb b/lib/vagrant-zones/version.rb index f590cac..7d8d2a4 100644 --- a/lib/vagrant-zones/version.rb +++ b/lib/vagrant-zones/version.rb @@ -2,6 +2,6 @@ module VagrantPlugins module ProviderZone - VERSION = '0.1.4' + VERSION = '0.1.41' end end