update template version (#4177)
This commit is contained in:
parent
1454095bdd
commit
696a1f3202
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue