lib/gopay/version.rb in gopay-ruby-0.2.0 vs lib/gopay/version.rb in gopay-ruby-0.3.0

- old
+ new

@@ -1,8 +1,8 @@ module GoPay class Version MAJOR = 0 - MINOR = 2 + MINOR = 3 PATCH = 0 class << self def to_s [MAJOR, MINOR, PATCH].compact.join('.') \ No newline at end of file