summaryrefslogtreecommitdiffhomepage
path: root/lib/dispatch/adapter/version.rb
blob: cde8614774ab1663415f7675d488384f70ef7278 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Dispatch
  module Adapter
    module CopilotVersion
      VERSION = "0.3.0"
    end
  end
end