File: version.rb

package info (click to toggle)
ruby-amq-protocol 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 508 kB
  • sloc: ruby: 5,153; python: 248; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module AMQ
  module Protocol
    VERSION = "2.3.0"
  end # Protocol
end # AMQ