Skip to content

Commit eb1a1fa

Browse files
authored
Merge pull request #201 from appsignal/lmaia/update-librdkafka-1.9.0
update librdkafka to 1.9.0
2 parents bdb9fe1 + ed92ce8 commit eb1a1fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/rdkafka/version.rb

+3-3
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)