mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 10:35:04 +03:00
Updates tag for starters (#1903)
This commit is contained in:
parent
ea247dc4fc
commit
329c324b51
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user