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