Skip to content

Commit

Permalink
Merge pull request #14557 from dsouzai/jsminor
Browse files Browse the repository at this point in the history
Update JITServer minor version
  • Loading branch information
mpirvu authored Feb 18, 2022
2 parents c0f5771 + 9824192 commit 500e0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/compiler/net/CommunicationStream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class CommunicationStream
ClientMessage _cMsg;

static const uint8_t MAJOR_NUMBER = 1;
static const uint16_t MINOR_NUMBER = 36;
static const uint16_t MINOR_NUMBER = 37;
static const uint8_t PATCH_NUMBER = 0;
static uint32_t CONFIGURATION_FLAGS;

Expand Down

0 comments on commit 500e0a2

Please sign in to comment.