lib/dry/events/version.rb



# frozen_string_literal: true

module Dry
  module Events
    VERSION = "1.1.0"
  end
end