Skip to Content Skip to Search

Constants

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