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.
1 parent 08fa343 commit 84707acCopy full SHA for 84707ac
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.1.2.dev6"
+TEMPLATE_VERSION: Final[str] = "v0.1.2"
25
26
27
class TemplateFetcher:
0 commit comments