Skip to content

Commit

Permalink
Updates tag for starters (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Mar 18, 2024
1 parent ea247dc commit 329c324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 329c324

Please sign in to comment.