lib/adapter_extensions/version.rb in adapter_extensions-0.1.0 vs lib/adapter_extensions/version.rb in adapter_extensions-0.1.1

- old
+ new

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