# frozen_string_literal: true

# Webhook support for discordrb
module Discordrb
  module Webhooks
    # The current version of discordrb-webhooks.
    VERSION = '3.5.0'
  end
end
