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