From 0b06e7d24eff4c93019e133a65aba7e12c4c4c4c Mon Sep 17 00:00:00 2001 From: Alexandr Borisov Date: Thu, 14 Jan 2016 13:07:35 +0300 Subject: [PATCH] bump version number to 0.0.8 --- 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 77320dd..7eb9113 100644 --- a/lib/activerecord/sortable/version.rb +++ b/lib/activerecord/sortable/version.rb @@ -1,5 +1,5 @@ module ActiveRecord module Sortable - VERSION = '0.0.7' + VERSION = '0.0.8' end end