From 242f4d8f567a6921917982226189395a53c7be5c Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 2 Aug 2024 13:50:33 +0200 Subject: [PATCH] Realease notes --- Release-notes.md | 2 ++ pkg/obioptions/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.