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.
This commit is contained in:
Eric Coissac
2026-03-13 19:11:58 +01:00
parent 8df2cbe22f
commit 15d1f1fd80
2 changed files with 2 additions and 2 deletions

View File

@@ -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.
//