From 03f251c3657e1875a938f1aec882331133788710 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 14 Apr 2026 14:47:57 +0200 Subject: [PATCH] [release] bump version to v4.4.39 - Update `version.txt` from "v" to v4.4.39 - Auto-synced `pkg/obioptions/version.go` via Makefile --- pkg/obioptions/version.go | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index 5c02e85..9b3687b 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -3,7 +3,7 @@ package obioptions // Version is automatically updated by the Makefile from version.txt // The patch number (third digit) is incremented on each push to the repository -var _Version = "Release 4.4.38" +var _Version = "Release 4.4.39" // Version returns the version of the obitools package. // diff --git a/version.txt b/version.txt index 4ff72c1..1760c78 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.4.38 +4.4.39