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