From dd59c3c20828840c3f33d305f506505841848201 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Wed, 21 Feb 2024 11:07:20 -0800 Subject: [PATCH] Bump to 0.2.1 to remove accicental Debug statement left in 0.2.0 Signed-off-by: Derek Nola --- lib/vagrant-k3s/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-k3s/version.rb b/lib/vagrant-k3s/version.rb index 8a51e68..d51da7e 100644 --- a/lib/vagrant-k3s/version.rb +++ b/lib/vagrant-k3s/version.rb @@ -2,6 +2,6 @@ module VagrantPlugins module K3s - VERSION = '0.2.0' + VERSION = '0.2.1' end end