From 30e677ce20c0869a7c9b40a2543d956f6b4e2ff2 Mon Sep 17 00:00:00 2001 From: Artem Date: Thu, 6 Oct 2016 17:57:12 +1100 Subject: [PATCH] Releasing 0.2.5 --- lib/vagrant-google/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-google/version.rb b/lib/vagrant-google/version.rb index 2dcea2b..04463a1 100644 --- a/lib/vagrant-google/version.rb +++ b/lib/vagrant-google/version.rb @@ -13,6 +13,6 @@ # limitations under the License. module VagrantPlugins module Google - VERSION = "0.2.4".freeze + VERSION = "0.2.5".freeze end end