Skip to content

Commit 2432d04

Browse files
committed
1.6.1-alpha.0
1 parent c7bffdb commit 2432d04

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

ci/update-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function getPackageVersion(tag, branch) {
8989

9090
// publish with a -devel suffix for EA and RC releases.
9191
if (tag.prerelease.length > 0) {
92-
baseVersion += '-' + tag.prerelease.join('-');
92+
baseVersion += '-' + tag.prerelease.join('.');
9393
}
9494

9595
console.log(`Package version is "${baseVersion}"`);

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';
55+
util.bindingVersion = '1.6.1-alpha.0';

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",
3+
"version": "1.6.1-alpha.0",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "2.12.0",
66
"librdkafka_win": "2.12.0",

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",
3+
"version": "1.6.1-alpha.0",
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)