From be2eed74290af58972464fc988a724d494856921 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Tue, 23 Dec 2014 11:32:50 +0900 Subject: [PATCH] Bump version to 4.2.0 Because ActiveGroonga can work with Rails 4.2.0. --- lib/active_groonga/version.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/active_groonga/version.rb b/lib/active_groonga/version.rb index a4cc162..7d47f69 100644 --- a/lib/active_groonga/version.rb +++ b/lib/active_groonga/version.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2013 Kouhei Sutou +# Copyright (C) 2009-2014 Kouhei Sutou # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,8 +16,8 @@ module ActiveGroonga module VERSION MAJOR = 4 - MINOR = 0 - TINY = 1 + MINOR = 2 + TINY = 0 STRING = [MAJOR, MINOR, TINY].join(".") end