From 95b1f713b35d47383a8dbefdc4c38926adcaafb0 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Tue, 23 Dec 2014 23:25:19 +0100 Subject: [PATCH] version bump to 0.1.2 --- lib/sane/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sane/version.rb b/lib/sane/version.rb index 4f8ecab..c4ea0f8 100644 --- a/lib/sane/version.rb +++ b/lib/sane/version.rb @@ -1,3 +1,3 @@ class Sane - VERSION = "0.1.1" + VERSION = "0.1.2" end