# frozen_string_literal: true module Decidim # This holds the decidim-action_delegator version. module ActionDelegator VERSION = "0.7.0" DECIDIM_VERSION = "0.26.5" COMPAT_DECIDIM_VERSION = [">= 0.26.0", "< 0.27"].freeze end end