Uses 0.14.0 template tag for starters (#2168)

This commit is contained in:
Mihovil Ilakovac 2024-07-09 14:58:24 +02:00 committed by GitHub
parent c54fa97366
commit 0eef00d5d9
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.13-template"
waspVersionTemplateGitTag = "wasp-v0.14-template"
findTemplateByString :: [StarterTemplate] -> String -> Maybe StarterTemplate
findTemplateByString templates query = find ((== query) . show) templates