module SignedForm MAJOR = 0 MINOR = 2 PATCH = 0 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.' end