lib/sms_manager/version.rb in sms_manager-0.3.1 vs lib/sms_manager/version.rb in sms_manager-0.3.2

- old
+ new

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