Skip to content

Commit

Permalink
SugarClient: Bump Primus to 8.0.9 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens authored Nov 6, 2023
1 parent 3f35f50 commit dfd1886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SugarClient/primus.js
Original file line number Diff line number Diff line change
Expand Up @@ -3780,7 +3780,7 @@ Primus.prototype.decoder = function decoder(data, fn) {

fn(err, data);
};
Primus.prototype.version = "8.0.8";
Primus.prototype.version = "8.0.9";

//
// Expose the library.
Expand Down

0 comments on commit dfd1886

Please sign in to comment.