# frozen_string_literal: true module Core module Inspect VERSION = "0.0.2" def self.version VERSION end end end