Skip to content

Commit c56cc53

Browse files
authored
v0.21.1.alpha2 (#602)
1 parent be0c36b commit c56cc53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: CI
22

33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}

lib/rdkafka/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Rdkafka
4-
VERSION = "0.21.1.alpha1"
4+
VERSION = "0.21.1.alpha2"
55
LIBRDKAFKA_VERSION = "2.8.0"
66
LIBRDKAFKA_SOURCE_SHA256 = "5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25"
77
end

0 commit comments

Comments
 (0)