We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b94651 + b3b73e7 commit 49dc01dCopy full SHA for 49dc01d
minos/cli/templating/fetchers.py
@@ -21,7 +21,7 @@
21
)
22
23
TEMPLATE_URL: Final[str] = "https://github.com/minos-framework/minos-templates/releases/download"
24
-TEMPLATE_VERSION: Final[str] = "v0.2.1"
+TEMPLATE_VERSION: Final[str] = "v0.3.0"
25
26
27
class TemplateFetcher:
0 commit comments