lib/signet/version.rb in signet-0.8.1 vs lib/signet/version.rb in signet-0.9.0
- old
+ new
@@ -15,11 +15,11 @@
# Used to prevent the class/module from being loaded more than once
unless defined? Signet::VERSION
module Signet
module VERSION
MAJOR = 0
- MINOR = 8
- TINY = 1
+ MINOR = 9
+ TINY = 0
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
end