# frozen_string_literal: true module ActiveRecordTweaks VERSION = "0.2.4" def self.version Gem::Version.new(VERSION) end end