From c163634ff995347967d725309a76004b42f89f3a Mon Sep 17 00:00:00 2001 From: tshenry Date: Wed, 13 Sep 2023 10:02:08 -0700 Subject: [PATCH] DEV: Bump theme compiler version for max svg sprite size change (#23567) This should have been included in f6326d0 --- app/models/theme.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/theme.rb b/app/models/theme.rb index 23cb45fedf8..b96e72454e4 100644 --- a/app/models/theme.rb +++ b/app/models/theme.rb @@ -6,7 +6,7 @@ require "json_schemer" class Theme < ActiveRecord::Base include GlobalPath - BASE_COMPILER_VERSION = 74 + BASE_COMPILER_VERSION = 75 attr_accessor :child_components