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