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 dac64e0 commit 8de6de5Copy full SHA for 8de6de5
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- karafka-core (2.1.0)
+ karafka-core (2.1.1)
5
concurrent-ruby (>= 1.1)
6
karafka-rdkafka (>= 0.13.1, < 0.14.0)
7
lib/karafka/core/version.rb
@@ -4,6 +4,6 @@ module Karafka
module Core
# Current Karafka::Core version
# We follow the versioning schema of given Karafka version
- VERSION = '2.1.0'
+ VERSION = '2.1.1'
8
end
9
0 commit comments