From 860699908c486bada3b2310cfaf83c97d81c6806 Mon Sep 17 00:00:00 2001 From: Daniele Orlandi Date: Thu, 17 Oct 2013 19:00:12 +0200 Subject: [PATCH] Bumped version to 6.3.0 --- lib/active_rest/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_rest/version.rb b/lib/active_rest/version.rb index fd601e7..8d57a6f 100644 --- a/lib/active_rest/version.rb +++ b/lib/active_rest/version.rb @@ -1,3 +1,3 @@ module ActiveRest - VERSION = '6.2.0' + VERSION = '6.3.0' end