lib/uuidtools/version.rb in uuidtools-1.0.5 vs lib/uuidtools/version.rb in uuidtools-1.0.6
- old
+ new
@@ -25,10 +25,10 @@
unless defined? UUID::VERSION
class UUID
module VERSION #:nodoc:
MAJOR = 1
MINOR = 0
- TINY = 5
+ TINY = 6
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
end