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 5d03a2a commit 75555deCopy full SHA for 75555de
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.0.dev0"
+TEMPLATE_VERSION: Final[str] = "v0.2.0"
25
26
27
class TemplateFetcher:
0 commit comments