File: version.rb

package info (click to toggle)
ruby-amqp 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,508 kB
  • sloc: ruby: 8,272; sh: 11; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# encoding: utf-8

module AMQP
  # amqp gem version. Not to be confused with the AMQP protocol version
  # it implements. For that, see {AMQ::Protocol::VERSION}
  #
  # @see AMQ::Protocol::VERSION
  # @return [String] AMQP gem version
  VERSION = '1.8.0'
end