From 7a6d552450c2f69ea5f743401ddc31daead20c3d Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 7 Aug 2025 17:01:48 -0400 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 ee89b9b..6c16263 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 = "04f3af3" +var _Commit = "730d448" var _Version = "Release 4.4.0" // Version returns the version of the obitools package.