# frozen_string_literal: true

module Dalli
  VERSION = '3.2.8'

  MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
end
