module SimpleAuth module Version MAJOR = 1 MINOR = 4 PATCH = 4 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" end end