We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0c36b commit c56cc53Copy full SHA for c56cc53
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: ci
+name: CI
2
3
concurrency:
4
group: ${{ github.workflow }}-${{ github.ref }}
lib/rdkafka/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Rdkafka
- VERSION = "0.21.1.alpha1"
+ VERSION = "0.21.1.alpha2"
5
LIBRDKAFKA_VERSION = "2.8.0"
6
LIBRDKAFKA_SOURCE_SHA256 = "5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25"
7
end
0 commit comments