# frozen_string_literal: true module Decidim # This holds the decidim-action_delegator version. module ActionDelegator MIN_DECIDIM_VERSION = ">= 0.24.0" MAX_DECIDIM_VERSION = "<= 0.24.3" VERSION = "0.4.1" end end