From 23f145a4c2e55cdbc995efcd27f1d835749cac00 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 5 Feb 2026 17:53:52 +0100 Subject: [PATCH] Bump version to 4.4.5 Update version number from 4.4.4 to 4.4.5 in both version.go and version.txt files. --- 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 dfd82b0..7bb4ca8 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.4" +var _Version = "Release 4.4.5" // Version returns the version of the obitools package. // diff --git a/version.txt b/version.txt index cbe06cd..fa1ba04 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.4.4 +4.4.5