# frozen_string_literal: true module Core module State VERSION = "0.1.8" def self.version VERSION end end end