From 439ac0890acc8dfbeb2f838c2781da516b11dcc8 Mon Sep 17 00:00:00 2001 From: Andrew Coulton Date: Sat, 28 Feb 2015 11:45:05 +0000 Subject: [PATCH] Bump version to 0.1.2 --- lib/cloudfinder-ec2/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cloudfinder-ec2/version.rb b/lib/cloudfinder-ec2/version.rb index 87189bb..8c68e6f 100644 --- a/lib/cloudfinder-ec2/version.rb +++ b/lib/cloudfinder-ec2/version.rb @@ -1,5 +1,5 @@ module Cloudfinder module EC2 - VERSION = "0.1.1" + VERSION = "0.1.2" end end \ No newline at end of file