lib/autotest_notification/version.rb in urubatan-autotest-notification-1.0.1 vs lib/autotest_notification/version.rb in urubatan-autotest-notification-1.4.0
- old
+ new
@@ -1,8 +1,8 @@
module AutotestNotification #:nodoc:
module VERSION #:nodoc:
MAJOR = 1
- MINOR = 0
+ MINOR = 4
TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')
end
end