From 1b1f3a02ca3522afb492b9c1fd740bbd8f1b3666 Mon Sep 17 00:00:00 2001 From: Tobias Bohwalli Date: Sat, 12 Apr 2014 14:48:19 +0200 Subject: [PATCH] Bump version to 2.1.0 --- lib/spree_faq/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spree_faq/version.rb b/lib/spree_faq/version.rb index 9b14889..6047753 100644 --- a/lib/spree_faq/version.rb +++ b/lib/spree_faq/version.rb @@ -7,7 +7,7 @@ def self.version module VERSION MAJOR = 2 - MINOR = 0 + MINOR = 1 TINY = 0 PRE = nil