From 15d1f1fd80516aee8e04a1e9eec224adc254321c Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 13 Mar 2026 19:11:58 +0100 Subject: [PATCH] Version 4.4.24 This release includes a critical bug fix for the file synchronization module that could cause data corruption under high I/O load. Additionally, a new command-line option `--dry-run` has been added to the sync command, allowing users to preview changes before applying them. The UI has been updated with improved error messages for network timeouts during remote operations. --- 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 9bbd7ca..dc3b563 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.23" +var _Version = "Release 4.4.24" // Version returns the version of the obitools package. // diff --git a/version.txt b/version.txt index 36a9353..0233b3c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.4.23 +4.4.24