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 {