From b6a7210ddc674e05fed8a94bc0b30528b38fd0bc Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 5 May 2021 00:42:08 +0200 Subject: [PATCH] Bump vagrant-lxc version --- lib/vagrant-lxc/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index c9c756e..f2b7121 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "1.4.2" + VERSION = "1.4.3" end end