# frozen_string_literal: true module Infoboxer MAJOR = 0 MINOR = 4 PATCH = 0 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end