Skip to content

Commit b3b73e7

Browse files
authored
Merge pull request #106 from minos-framework/0.4.0
v0.4.0
2 parents 06ffb9d + fdb424b commit b3b73e7

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.2.1"
24+
TEMPLATE_VERSION: Final[str] = "v0.3.0"
2525

2626

2727
class TemplateFetcher:

0 commit comments

Comments
 (0)