Skip to content

Commit

Permalink
Uses 0.14.0 template tag for starters (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Jul 9, 2024
1 parent c54fa97 commit 0eef00d
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.13-template"
waspVersionTemplateGitTag = "wasp-v0.14-template"

findTemplateByString :: [StarterTemplate] -> String -> Maybe StarterTemplate
findTemplateByString templates query = find ((== query) . show) templates
Expand Down

0 comments on commit 0eef00d

Please sign in to comment.