# frozen_string_literal: true module Karafka module Core # Current Karafka::Core version # We follow the versioning schema of given Karafka version VERSION = '2.2.1' end end