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

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