# frozen_string_literal: true module Decidim # This holds the decidim-meetings version. module Elections def self.version "0.25.0.rc3" end end end