Skip to content

Commit

Permalink
Version bump (#28)
Browse files Browse the repository at this point in the history
* WIP on master

* version bump

* version bump in client
  • Loading branch information
ssnyder-intrinio authored Dec 2, 2024
1 parent cf592b7 commit 504d0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function sleep(ms) {
}

const CLIENT_INFO_HEADER_KEY = "Client-Information";
const CLIENT_INFO_HEADER_VALUE = "IntrinioRealtimeNodeSDKv5.3";
const CLIENT_INFO_HEADER_VALUE = "IntrinioRealtimeNodeSDKv5.4";
const MESSAGE_VERSION_HEADER_KEY = "UseNewEquitiesFormat";
const MESSAGE_VERSION_HEADER_VALUE = "v2";
const EVENT_BUFFER_SIZE = 100;
Expand Down

0 comments on commit 504d0ab

Please sign in to comment.