From fcfeaebc7a777ae89944d0ee42ef6a92a14a0f9d Mon Sep 17 00:00:00 2001 From: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com> Date: Tue, 22 Nov 2022 22:04:35 -0600 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 81e862d..db9b3f0 100644 --- a/lib/vagrant-zones/version.rb +++ b/lib/vagrant-zones/version.rb @@ -2,6 +2,6 @@ module VagrantPlugins module ProviderZone - VERSION = '0.1.52' + VERSION = '0.1.54' end end