File: version.rb

package info (click to toggle)
ruby-discordrb-webhooks 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: ruby: 408; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

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