Changes to be committed:

modified:   pkg/obioptions/version.go
This commit is contained in:
Eric Coissac
2025-01-29 11:34:01 +01:00
parent 67e2758d63
commit b6b18c0fa1

View File

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