We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c171a6 commit db911dbCopy full SHA for db911db
lib/active_resource/version.rb
@@ -4,7 +4,7 @@ module ActiveResource
4
module VERSION # :nodoc:
5
MAJOR = 6
6
MINOR = 1
7
- TINY = 2
+ TINY = 3
8
PRE = nil
9
10
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
0 commit comments