diff --git a/docs/installation/providers/debian.md b/docs/installation/providers/debian.md index a45b513d8bd..320e86bb210 100644 --- a/docs/installation/providers/debian.md +++ b/docs/installation/providers/debian.md @@ -122,7 +122,7 @@ cd /var/www/monica # Get latest tags from GitHub sudo git fetch # Clone the desired version -sudo git checkout tags/v2.18.0 +sudo git checkout tags/v4.0.0 ``` ### 2. Setup the database diff --git a/docs/installation/providers/generic.md b/docs/installation/providers/generic.md index a84b24eedaa..c76f7157fa4 100644 --- a/docs/installation/providers/generic.md +++ b/docs/installation/providers/generic.md @@ -91,7 +91,7 @@ cd /var/www/monica # Get latest tags from GitHub git fetch # Clone the desired version -git checkout tags/v2.18.0 +git checkout tags/v4.0.0 ``` ### 2. Setup the database