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