lib/adapter_extensions/version.rb in adapter_extensions-0.2.0 vs lib/adapter_extensions/version.rb in adapter_extensions-0.3.0

- old
+ new

@@ -1,9 +1,9 @@ # Source file identifying the version of AdapterExtensions in this package module AdapterExtensions#:nodoc: module VERSION #:nodoc: MAJOR = 0 - MINOR = 2 + MINOR = 3 TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') end end