Skip to content

Commit 3831ceb

Browse files
committed
Prepare for 6.2.0
1 parent 4a3da35 commit 3831ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/active_resource/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module ActiveResource
44
module VERSION # :nodoc:
55
MAJOR = 6
6-
MINOR = 1
7-
TINY = 4
6+
MINOR = 2
7+
TINY = 0
88
PRE = nil
99

1010
STRING = [ MAJOR, MINOR, TINY, PRE ].compact.join(".")

0 commit comments

Comments
 (0)