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

module Dispatch
  module Tools
    module Interface
      VERSION = "0.2.0"
    end
  end
end