lib/gopay/version.rb in gopay-ruby-0.1.1 vs lib/gopay/version.rb in gopay-ruby-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
module GoPay
class Version
MAJOR = 0
- MINOR = 1
- PATCH = 1
+ MINOR = 2
+ PATCH = 0
class << self
def to_s
[MAJOR, MINOR, PATCH].compact.join('.')
end
\ No newline at end of file