1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-10-31 00:17:42 +02:00

update template version (#4177)

This commit is contained in:
Scott Bishel
2022-11-08 13:43:38 -07:00
committed by GitHub
parent 1454095bdd
commit 696a1f3202

View File

@@ -12,7 +12,7 @@ import (
)
const (
defaultTemplateVersion = 5 // bump this number to force default templates to be re-imported
defaultTemplateVersion = 6 // bump this number to force default templates to be re-imported
)
func (a *App) InitTemplates() error {