lib/addressable/version.rb in addressable-0.1.1 vs lib/addressable/version.rb in addressable-0.1.2
- old
+ new
@@ -23,10 +23,10 @@
module Addressable
module ADDRESSABLE_VERSION #:nodoc:
MAJOR = 0
MINOR = 1
- TINY = 1
+ TINY = 2
STRING = [MAJOR, MINOR, TINY].join('.')
end
end