Sha256: f2893fb4de2b325f5757af031de13955a179460d5062de303d490823d747b557

Contents?: true

Size: 945 Bytes

Versions: 1

Compression:

Stored size: 945 Bytes

Contents

# Copyright 2016-2022 The NATS Authors
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

module NATS
  module IO
    # VERSION is the version of the client announced on CONNECT to the server.
    VERSION = "2.3.0".freeze

    # LANG is the lang runtime of the client announced on CONNECT to the server.
    LANG = "#{RUBY_ENGINE}#{RUBY_VERSION}".freeze

    # PROTOCOL is the supported version of the protocol in the client.
    PROTOCOL = 1
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nats-pure-2.3.0 lib/nats/io/version.rb