module RailsDbAdmin module VERSION #:nodoc: MAJOR = 2 MINOR = 0 TINY = 4 STRING = [MAJOR, MINOR, TINY].compact.join('.') end end