From 5ef2baee1361ad1241faf08ae7d2087a8a09f0fe Mon Sep 17 00:00:00 2001 From: Ivan Chinenov Date: Thu, 30 Sep 2021 20:01:06 +0300 Subject: [PATCH] Bump version --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index f6f16bf..172cd59 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module Sorta class Lens - VERSION = "0.1.1" + VERSION = "0.1.2" end end