lib/adhearsion/version.rb in jicksta-adhearsion-0.8.0 vs lib/adhearsion/version.rb in jicksta-adhearsion-0.8.2

- old
+ new

@@ -1,9 +1,9 @@ module Adhearsion #:nodoc: module VERSION #:nodoc: MAJOR = 0 unless defined? MAJOR MINOR = 8 unless defined? MINOR - TINY = 0 unless defined? TINY + TINY = 2 unless defined? TINY STRING = [MAJOR, MINOR, TINY].join('.') unless defined? STRING end end \ No newline at end of file