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

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