# frozen_string_literal: true # Main Assembly namespace module Assembly class ObjectFile # Project version number VERSION = '1.12.0' end end