module ActiveModel
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 0
    TINY  = "pre"

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end