Changes to be committed:

modified:   pkg/obioptions/version.go
This commit is contained in:
Eric Coissac
2025-03-01 09:14:56 +01:00
parent 7b23314651
commit 9913fa8354

View File

@ -8,8 +8,8 @@ import (
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "573acaf"
var _Version = "Release 4.2.0"
var _Commit = "7b23314"
var _Version = "Release 4.3.0"
// Version returns the version of the obitools package.
//