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