From 38d607cedc04172917bdd45582e89ff9c8dbc737 Mon Sep 17 00:00:00 2001 From: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com> Date: Sat, 10 Dec 2022 00:06:57 -0600 Subject: [PATCH] fix: version Signed-off-by: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com> --- 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 a7cc1b7..6ad5f01 100644 --- a/lib/vagrant-zones/version.rb +++ b/lib/vagrant-zones/version.rb @@ -2,7 +2,7 @@ module VagrantPlugins module ProviderZone - VERSION = '0.1.60' + VERSION = '0.1.61' NAME = 'vagrant-zones' end end