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 0b55da2 commit a1f6a19Copy full SHA for a1f6a19
lib/active_resource/version.rb
@@ -4,7 +4,7 @@ module ActiveResource
4
module VERSION # :nodoc:
5
MAJOR = 6
6
MINOR = 1
7
- TINY = 0
+ TINY = 1
8
PRE = nil
9
10
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
0 commit comments