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