From 7f0133a1966ad67d6b11342237d6e7f590af449d Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 6 Feb 2026 09:08:33 +0100 Subject: [PATCH] Bump version to 4.4.8 Update version from 4.4.7 to 4.4.8 in version.txt and _Version variable. --- 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 5c44cf1..92ef607 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.7" +var _Version = "Release 4.4.8" // Version returns the version of the obitools package. // diff --git a/version.txt b/version.txt index c966188..f12d1f2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.4.7 +4.4.8