From c8e6a218cb98916427ee16c1dc3e287967ba0724 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 13 Apr 2026 13:33:30 +0200 Subject: [PATCH] [release] bump version to v4.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update obioptions/version.go and version.txt from Release v4.5 to 68302a1 - Increment patch version: from `Release v4.5` → 68302a1 - Align version.txt with current release tag --- 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 947634b..78fb97e 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.29" +var _Version = "Release 4.4.30" // Version returns the version of the obitools package. // diff --git a/version.txt b/version.txt index 33cf5f3..64e4020 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.4.29 +4.4.30