From ae28dd5bf45eefd196ad892f20f1c7a7da0adae8 Mon Sep 17 00:00:00 2001 From: Alexandr Borisov Date: Mon, 27 Apr 2015 15:48:22 +0300 Subject: [PATCH] bump version number to 0.0.5 --- 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 ae26c13..75ad248 100644 --- a/lib/activerecord/sortable/version.rb +++ b/lib/activerecord/sortable/version.rb @@ -1,5 +1,5 @@ module ActiveRecord module Sortable - VERSION = '0.0.4' + VERSION = '0.0.5' end end