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