Realease notes

This commit is contained in:
Eric Coissac
2024-08-02 13:50:33 +02:00
parent 1b1cd41fd3
commit 242f4d8f56
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Latest changes
## August 2nd, 2024. Release 4.3.0
### CPU limitation
- By default, *OBITools4* tries to use all the computing power available on

View File

@ -7,7 +7,7 @@ import (
// TODO: The version number is extracted from git. This induces that the version
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "bc1aaaf"
var _Commit = "1b1cd41"
var _Version = ""
// Version returns the version of the obitools package.