dry-inflector/lib/dry/inflector/version.rb

9 lines
111 B
Ruby

# frozen_string_literal: true
module Dry
class Inflector
# @since 0.1.0
VERSION = "1.0.0"
end
end