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

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