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