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