From b33d7705a89da5ffaa5745cb25857a3609ec0107 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 10 Mar 2026 15:51:35 +0100 Subject: [PATCH] Bump version to 4.4.19 Update version from 4.4.18 to 4.4.19 in both 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 162abb3..097c578 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.18" +var _Version = "Release 4.4.19" // Version returns the version of the obitools package. // diff --git a/version.txt b/version.txt index 60defb1..0c6fdde 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.4.18 +4.4.19