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