From 9913fa835448081b5033470be8c7e16eb7205774 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sat, 1 Mar 2025 09:14:56 +0100 Subject: [PATCH] Changes to be committed: modified: pkg/obioptions/version.go --- pkg/obioptions/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index ff88eaf..f0a40e5 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -8,8 +8,8 @@ import ( // corresponds to the last commit, and not the one when the file will be // commited -var _Commit = "573acaf" -var _Version = "Release 4.2.0" +var _Commit = "7b23314" +var _Version = "Release 4.3.0" // Version returns the version of the obitools package. //