Skip to content

Commit 19ef95d

Browse files
committed
librdkafka version v1.9.2
1 parent fed2390 commit 19ef95d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.semaphore/semaphore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global_job_config:
88
- name: vault_sem2_approle
99
env_vars:
1010
- name: LIBRDKAFKA_VERSION
11-
value: v1.9.2-RC3
11+
value: v1.9.2
1212
blocks:
1313
- name: "Wheels: OSX x64"
1414
run:

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
global:
3-
- LIBRDKAFKA_VERSION=v1.9.2-RC3
3+
- LIBRDKAFKA_VERSION=v1.9.2
44

55
jobs:
66
include:

examples/docker/Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FROM alpine:3.12
3030

3131
COPY . /usr/src/confluent-kafka-python
3232

33-
ENV LIBRDKAFKA_VERSION v1.9.2-RC3
33+
ENV LIBRDKAFKA_VERSION v1.9.2
3434
ENV KAFKACAT_VERSION master
3535

3636

0 commit comments

Comments
 (0)