From 6ccd1ce83cab773fce140b3431a3bc3168f28d95 Mon Sep 17 00:00:00 2001 From: dtaniwaki Date: Sat, 7 May 2016 15:38:48 -0700 Subject: [PATCH] Bump version 0.1.2 --- lib/acts_as_hashids/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/acts_as_hashids/version.rb b/lib/acts_as_hashids/version.rb index 94da9fa..2f613fd 100644 --- a/lib/acts_as_hashids/version.rb +++ b/lib/acts_as_hashids/version.rb @@ -1,3 +1,3 @@ module ActsAsHashids - VERSION = '0.1.1'.freeze + VERSION = '0.1.2'.freeze end