diff --git a/docs/installation/upgrading.md b/docs/installation/upgrading.md index 84b133c4f..21ffa9766 100644 --- a/docs/installation/upgrading.md +++ b/docs/installation/upgrading.md @@ -136,7 +136,7 @@ Check out the desired release by specifying its tag. For example: ``` cd /opt/netbox && \ sudo git fetch && \ -sudo git checkout v2.4.7 +sudo git checkout v4.2.7 ``` ## 4. Run the Upgrade Script