]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Update docs to point to v3.1.0 release
authorStephen Finucane <stephen@that.guru>
Mon, 10 Oct 2022 14:38:04 +0000 (15:38 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 10 Oct 2022 14:38:04 +0000 (15:38 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/deployment/installation.rst

index 99c03d903084d19b968b0f267a5da60601875cff..abc4368ba32ccc83bbbe4e8323bd2c67fa558a82 100644 (file)
@@ -148,14 +148,14 @@ The first requirement is Patchwork itself. It can be downloaded like so:
 
 .. code-block:: shell
 
-   $ wget https://github.com/getpatchwork/patchwork/archive/v3.0.0.tar.gz
+   $ wget https://github.com/getpatchwork/patchwork/archive/v3.1.0.tar.gz
 
 We will install this under ``/opt``, though this is only a suggestion:
 
 .. code-block:: shell
 
-   $ tar -xvzf v3.0.0.tar.gz
-   $ sudo mv patchwork-3.0.0 /opt/patchwork
+   $ tar -xvzf v3.1.0.tar.gz
+   $ sudo mv patchwork-3.1.0 /opt/patchwork
 
 .. important::