From 67e5b6ef24d3e55d5b47a09aced25597a2b96782 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 4 Apr 2025 17:02:45 +0200 Subject: [PATCH] Changes to be committed: modified: pkg/obioptions/version.go --- pkg/obioptions/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index 8526303..7c46d0c 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -8,7 +8,7 @@ import ( // corresponds to the last commit, and not the one when the file will be // commited -var _Commit = "7542e33" +var _Commit = "3b1aa28" var _Version = "Release 4.4.0" // Version returns the version of the obitools package.