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