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

module Dispatch
  module Tool
    module Files
      VERSION = "0.1.0"
    end
  end
end