mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 01:54:37 +03:00
Uses 0.14.0 template tag for starters (#2168)
This commit is contained in:
parent
c54fa97366
commit
0eef00d5d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user