lib/autotest_notification/version.rb in urubatan-autotest-notification-0.1.0 vs lib/autotest_notification/version.rb in urubatan-autotest-notification-0.2.0

- old
+ new

@@ -1,8 +1,8 @@ module AutotestNotification #:nodoc: module VERSION #:nodoc: MAJOR = 0 - MINOR = 1 + MINOR = 2 TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') end end