# frozen_string_literal: true module Decidim # This holds the decidim-action_delegator version. module ActionDelegator MIN_DECIDIM_VERSION = ">= 0.25.0" MAX_DECIDIM_VERSION = "< 0.26.0" VERSION = "0.5.0" end end