lib/submodules/ably-ruby/lib/ably/version.rb in ably-rest-1.2.4 vs lib/submodules/ably-ruby/lib/ably/version.rb in ably-rest-1.2.6
- old
+ new
@@ -1,9 +1,7 @@
module Ably
- VERSION = '1.2.4'
- PROTOCOL_VERSION = '1.2'
-
- # @api private
- def self.major_minor_version_numeric
- VERSION.gsub(/\.\d+$/, '').to_f
- end
+ VERSION = '1.2.6'
+ # The level of compatibility with the Ably service that this SDK supports.
+ # Also referred to as the 'wire protocol version'.
+ # spec : CSV2
+ PROTOCOL_VERSION = '2'
end