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