chore: bump version to 4.4.36

Update package and file versions from v4.4.35 to 4.4.36.
This commit is contained in:
Eric Coissac
2026-04-13 17:17:31 +02:00
parent f036c7fa96
commit d9e6f67a6e
2 changed files with 2 additions and 2 deletions
+1 -1
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.35"
var _Version = "Release 4.4.36"
// Version returns the version of the obitools package.
//