Skip to content

Commit ed92ce8

Browse files
committed
update librdkafka to 1.9.0
1 parent bdb9fe1 commit ed92ce8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/rdkafka/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Rdkafka
2-
VERSION = "0.12.0.beta.4"
3-
LIBRDKAFKA_VERSION = "1.9.0-RC10"
4-
LIBRDKAFKA_SOURCE_SHA256 = "e8d49dcd6aafc169b1a75ed3553a338c4b9cf7821d365bac3c6e31d9a4aa9296"
2+
VERSION = "0.12.0"
3+
LIBRDKAFKA_VERSION = "1.9.0"
4+
LIBRDKAFKA_SOURCE_SHA256 = "59b6088b69ca6cf278c3f9de5cd6b7f3fd604212cd1c59870bc531c54147e889"
55
end

0 commit comments

Comments
 (0)