# frozen_string_literal: true

module Dalli
  VERSION = '5.0.2'

  MIN_SUPPORTED_MEMCACHED_VERSION = '1.6'
end
