# frozen_string_literal: true module Decidim # This holds decidim-proposals version. module Proposals def self.version "0.26.0.rc1" end end end