From 329c324b51156cc68d7a6327c32554fe1ce742ee Mon Sep 17 00:00:00 2001 From: Mihovil Ilakovac Date: Mon, 18 Mar 2024 16:30:26 +0100 Subject: [PATCH] Updates tag for starters (#1903) --- .../src/Wasp/Cli/Command/CreateNewProject/StarterTemplates.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waspc/cli/src/Wasp/Cli/Command/CreateNewProject/StarterTemplates.hs b/waspc/cli/src/Wasp/Cli/Command/CreateNewProject/StarterTemplates.hs index 2b7831223..dc61a878a 100644 --- a/waspc/cli/src/Wasp/Cli/Command/CreateNewProject/StarterTemplates.hs +++ b/waspc/cli/src/Wasp/Cli/Command/CreateNewProject/StarterTemplates.hs @@ -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