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