module Split MAJOR = 1 MINOR = 3 PATCH = 2 VERSION = [MAJOR, MINOR, PATCH].join('.') end