# frozen_string_literal: true module Split MAJOR = 1 MINOR = 4 PATCH = 5 VERSION = [MAJOR, MINOR, PATCH].join('.') end