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