Skip to content

Commit

Permalink
Use RUBY_ENGINE when announcing runtime on CONNECT
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldemar Quevedo committed Mar 3, 2017
1 parent cfd7047 commit 564fbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nats/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module NATS
# NOTE: These are all announced to the server on CONNECT
VERSION = "0.8.2".freeze
LANG = (RUBY_PLATFORM == 'java' ? 'jruby' : 'ruby').freeze
LANG = RUBY_ENGINE
PROTOCOL_VERSION = 1
end

0 comments on commit 564fbc4

Please sign in to comment.