# frozen_string_literal: true

module Dalli
  VERSION = '3.0.6'

  MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
end
