From b6b18c0fa18a28b7d751b2e9db2f283193b3da0d Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 29 Jan 2025 11:34:01 +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 b121cc7..6c3cfb6 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 = "00f2dc2" -var _Version = "Release 4.3.0" +var _Commit = "67e2758" +var _Version = "Release 4.2.0" // Version returns the version of the obitools package. //