From 1624d01cfa3fd411644797ff3a6f48ccb5564197 Mon Sep 17 00:00:00 2001 From: Alexandr Borisov Date: Thu, 24 Dec 2015 15:43:29 +0300 Subject: [PATCH] bump version number to 0.0.7 --- lib/activerecord/sortable/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/activerecord/sortable/version.rb b/lib/activerecord/sortable/version.rb index ab42147..77320dd 100644 --- a/lib/activerecord/sortable/version.rb +++ b/lib/activerecord/sortable/version.rb @@ -1,5 +1,5 @@ module ActiveRecord module Sortable - VERSION = '0.0.6' + VERSION = '0.0.7' end end