mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Realease notes
This commit is contained in:
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Latest changes
|
## Latest changes
|
||||||
|
|
||||||
|
## August 2nd, 2024. Release 4.3.0
|
||||||
|
|
||||||
### CPU limitation
|
### CPU limitation
|
||||||
|
|
||||||
- By default, *OBITools4* tries to use all the computing power available on
|
- By default, *OBITools4* tries to use all the computing power available on
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
// TODO: The version number is extracted from git. This induces that the version
|
// 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
|
// corresponds to the last commit, and not the one when the file will be
|
||||||
// commited
|
// commited
|
||||||
var _Commit = "bc1aaaf"
|
var _Commit = "1b1cd41"
|
||||||
var _Version = ""
|
var _Version = ""
|
||||||
|
|
||||||
// Version returns the version of the obitools package.
|
// Version returns the version of the obitools package.
|
||||||
|
Reference in New Issue
Block a user