# frozen_string_literal: true

module Discorb
  module Voice
    # @return [String] The version of the library.
    VERSION = "0.1.1"
  end
end