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