Skip to content

Commit 6667779

Browse files
PanaetiusRalf Grubenmannmohammad-alisafaee
authored
fix(cli): bump minimum version so old project properly fail (#3307)
Co-authored-by: Ralf Grubenmann <[email protected]> Co-authored-by: Mohammad Alisafaee <[email protected]>
1 parent f08f524 commit 6667779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renku/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__version__ = version("renku")
2828
__template_version__ = "0.4.1"
29-
__minimum_project_version__ = "1.7.0"
29+
__minimum_project_version__ = "2.1.0"
3030

3131

3232
def is_release():

0 commit comments

Comments
 (0)