# frozen_string_literal: true module Decidim # This holds the decidim-notify version. module Notify VERSION = "0.5" MIN_DECIDIM_VERSION = ">= 0.25" end end