lib/oboe/version.rb in oboe-2.7.8.1-java vs lib/oboe/version.rb in oboe-2.7.9.lynx1

- old
+ new

@@ -6,11 +6,11 @@ # The current version of the gem. Used mainly by # oboe.gemspec during gem build process module Version MAJOR = 2 MINOR = 7 - PATCH = 8 - BUILD = 1 + PATCH = 9 + BUILD = "lynx1" STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end