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