Skip to content

Commit

Permalink
Bump version to 4.2.0
Browse files Browse the repository at this point in the history
Because ActiveGroonga can work with Rails 4.2.0.
  • Loading branch information
kou committed Dec 23, 2014
1 parent fa78b8d commit be2eed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/active_groonga/version.rb
@@ -1,4 +1,4 @@
# Copyright (C) 2009-2013 Kouhei Sutou <kou@clear-code.com>
# Copyright (C) 2009-2014 Kouhei Sutou <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand All @@ -16,8 +16,8 @@
module ActiveGroonga
module VERSION
MAJOR = 4
MINOR = 0
TINY = 1
MINOR = 2
TINY = 0

STRING = [MAJOR, MINOR, TINY].join(".")
end
Expand Down

0 comments on commit be2eed7

Please sign in to comment.