Skip to content

Commit 84707ac

Browse files
committed
- Updated template's version.
issue #?
1 parent 08fa343 commit 84707ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minos/cli/templating/fetchers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
)
2222

2323
TEMPLATE_URL: Final[str] = "https://github.com/minos-framework/minos-templates/releases/download"
24-
TEMPLATE_VERSION: Final[str] = "v0.1.2.dev6"
24+
TEMPLATE_VERSION: Final[str] = "v0.1.2"
2525

2626

2727
class TemplateFetcher:

0 commit comments

Comments
 (0)