lib/amqp/version.rb in amqp-0.8.0.rc13 vs lib/amqp/version.rb in amqp-0.8.0.rc14
- old
+ new
@@ -1,10 +1,10 @@
# encoding: utf-8
module AMQP
- # AMQP gem version. Not to be confused with AMQP protocol version
+ # 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 = '0.8.0.rc13'
+ VERSION = '0.8.0.rc14'
end