bump to v2.3.1

This commit is contained in:
Craig Raw
2025-10-03 11:53:27 +02:00
parent e2fa3df08d
commit 5f54f86df7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ sudo apt install -y rpm fakeroot binutils
First, assign a temporary variable in your shell for the specific release you want to build. For the current one specify:
```shell
GIT_TAG="2.2.3"
GIT_TAG="2.3.0"
```
The project can then be initially cloned as follows: