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