# frozen_string_literal: true module Decidim # This holds the decidim-system version. module System def self.version "0.24.0.rc1" end end end