diff --git a/Release-notes.md b/Release-notes.md index e6459ed..794b888 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -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 diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index afafa1c..7c982cc 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -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.