From 67e2758d6389b1108a360b5c5b0bd0d2b9f4f933 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 29 Jan 2025 11:33:30 +0100 Subject: [PATCH] Switch to realease number 4.3.0 --- 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 f78140c..b121cc7 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 = "c50a0f4" -var _Version = "Release 4.2.0" +var _Commit = "00f2dc2" +var _Version = "Release 4.3.0" // Version returns the version of the obitools package. //