# frozen_string_literal: true module ColonialTwilight MAJOR = 0 MINOR = 1 REVISION = 0 VERSION = [MAJOR, MINOR, REVISION].join '.' end