From c7c73cb350db3ff35d0641dd800daf2fa3620433 Mon Sep 17 00:00:00 2001 From: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com> Date: Fri, 9 Dec 2022 19:34:54 -0600 Subject: [PATCH] fix: really really fix the lint warning 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 de15166..8953d3e 100644 --- a/lib/vagrant-zones/version.rb +++ b/lib/vagrant-zones/version.rb @@ -2,6 +2,6 @@ module VagrantPlugins module ProviderZone - VERSION = "0.1.56".freeze + VERSION = '0.1.56' end end