Skip to content

Commit dfe5a98

Browse files
committed
Version bump for release
1 parent a62ca53 commit dfe5a98

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.semaphore/semaphore.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ global_job_config:
2828
- git submodule update --init --recursive
2929
- cd deps/librdkafka
3030
- git fetch origin
31-
- git checkout dev_bump_openssl_version_3_0_12
3231
- cd ../../
3332
- export MKL_DEBUG=1
3433

INTRODUCTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Introduction to Confluent-Kafka-JS
1+
# Introduction to Confluent-Kafka-JavaScript
22

33
## Configuration
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following configurations are supported for this early access preview:
3434
Installation on any of these platforms is meant to be seamless, without any C/C++ compilation required. It can be installed from GitHub:
3535

3636
```bash
37-
$ npm install "git+ssh://[email protected]/confluentinc/confluent-kafka-javascript.git#v0.1.6-devel"
37+
$ npm install "git+ssh://[email protected]/confluentinc/confluent-kafka-javascript.git#v0.1.7-devel"
3838
```
3939

4040
Yarn and pnpm support is experimental.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confluent-kafka-javascript",
3-
"version": "v0.1.6-devel",
3+
"version": "v0.1.7-devel",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "master",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)