# frozen_string_literal: true module Decidim # This holds the decidim-templates version. module Templates def self.version "0.23.5" end end end