dry-cli/lib/dry/cli/version.rb

9 lines
105 B
Ruby

# frozen_string_literal: true
module Dry
class CLI
# @since 0.1.0
VERSION = "0.6.0"
end
end