From bfabcfbbd3f348662dbd7b0c9ffae88fac1ae295 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Mon, 4 Jan 2016 11:06:05 -0800 Subject: [PATCH] Bump the version for another long overdue release --- lib/vagrant-aws/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-aws/version.rb b/lib/vagrant-aws/version.rb index 2a770d69..031d5cab 100644 --- a/lib/vagrant-aws/version.rb +++ b/lib/vagrant-aws/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module AWS - VERSION = '0.6.1' + VERSION = '0.7.0' end end