Skip to content

Commit 890f9ec

Browse files
authored
Update version to 1.6.0-rc4 (#383)
* Update version to 1.6.0-rc4 * rc4->rc4-dev * Update rc4-dev to rc4 * add remaining files
1 parent 3897b78 commit 890f9ec

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.semaphore/semaphore.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ global_job_config:
2525
prologue:
2626
commands:
2727
- checkout
28-
- export LIBRDKAFKA_COMMIT_HASH="librdkafka_$(git submodule status deps/librdkafka | cut -d' ' -f1)"
2928
- git submodule update --init --recursive
3029
epilogue:
3130
commands:

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.6.0-rc3';
55+
util.bindingVersion = '1.6.0-rc4';

package-lock.json

Lines changed: 3 additions & 3 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.6.0-rc3",
3+
"version": "1.6.0-rc4",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "2.12.0-RC2",
66
"librdkafka_win": "2.12.0-RC2",

schemaregistry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/schemaregistry",
3-
"version": "1.6.0-rc3",
3+
"version": "1.6.0-rc4",
44
"description": "Node.js client for Confluent Schema Registry",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)