lib/bubble-wrap/version.rb in bubble-wrap-1.1.5 vs lib/bubble-wrap/version.rb in bubble-wrap-1.2.0.pre
- old
+ new
@@ -1,6 +1,6 @@
module BubbleWrap
- VERSION = '1.1.5' unless defined?(BubbleWrap::VERSION)
+ VERSION = '1.2.0.pre' unless defined?(BubbleWrap::VERSION)
MIN_MOTION_VERSION = '1.24'
module_function
def minor_version(version_str)
version_str.split(".")[1].to_i