From a2106e4e827d29df3a777eef803aed0ced131fa4 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 6 Feb 2026 09:48:26 +0100 Subject: [PATCH] Bump version to 4.4.10 Update version from 4.4.9 to 4.4.10 in version.txt and pkg/obioptions/version.go --- 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 2d98813..36b9581 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.9" +var _Version = "Release 4.4.10" // Version returns the version of the obitools package. // diff --git a/version.txt b/version.txt index 615a86c..97b0809 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.4.9 +4.4.10