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