Skip to content

Commit 903d647

Browse files
authored
v1.3.2 (#332)
1 parent af4afa9 commit 903d647

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
5252
return list;
5353
};
5454

55-
util.bindingVersion = '1.3.2-rc1';
55+
util.bindingVersion = '1.3.2';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/kafka-javascript",
3-
"version": "1.3.2-rc1",
3+
"version": "1.3.2",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "2.10.1",
66
"librdkafka_win": "2.10.1",

0 commit comments

Comments
 (0)