Files
amqp-failover/lib/amqp/failover/version.rb

8 lines
81 B
Ruby

# encoding: utf-8
module AMQP
module Failover
VERSION = "0.0.1"
end
end