Updates tag for starters (#1903)

This commit is contained in:
Mihovil Ilakovac 2024-03-18 16:30:26 +01:00 committed by GitHub
parent ea247dc4fc
commit 329c324b51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@ waspGhOrgName = "wasp-lang"
-- By tagging templates for each version of Wasp CLI, we ensure that each release of
-- Wasp CLI uses correct version of templates, that work with it.
waspVersionTemplateGitTag :: String
waspVersionTemplateGitTag = "wasp-v0.12-template"
waspVersionTemplateGitTag = "wasp-v0.13-template"
findTemplateByString :: [StarterTemplate] -> String -> Maybe StarterTemplate
findTemplateByString templates query = find ((== query) . show) templates