We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db34a8 commit 9c2fbbbCopy full SHA for 9c2fbbb
lib/active_resource/version.rb
@@ -4,7 +4,7 @@ module ActiveResource
4
module VERSION # :nodoc:
5
MAJOR = 6
6
MINOR = 1
7
- TINY = 1
+ TINY = 2
8
PRE = nil
9
10
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
0 commit comments