# frozen_string_literal: true

module Ductr
  # @return [String] The ductr's version number
  VERSION = "0.1.0"
end