Constants
MAJOR = 5
 
MINOR = 0
 
TINY = 0
 
PRE = "1"
 
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")