# frozen_string_literal: true module Dispatch module Adapter class ClaudeVersion VERSION = "0.2.0" end end end