1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-11 18:13:52 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {