Skip to content

Commit

Permalink
Should be 2.2.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Oct 23, 2008
1 parent eec6e0c commit ca7e4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeresource/lib/active_resource/version.rb
@@ -1,7 +1,7 @@
module ActiveResource module ActiveResource
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 2 MAJOR = 2
MINOR = 1 MINOR = 2
TINY = 0 TINY = 0


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
Expand Down

0 comments on commit ca7e4d7

Please sign in to comment.