# frozen_string_literal: true module Decidim # This holds the decidim-action_delegator version. module ActionDelegator VERSION = "0.8.1" DECIDIM_VERSION = "0.27.4" COMPAT_DECIDIM_VERSION = [">= 0.27.0", "< 0.28"].freeze end end