Changes to be committed:

modified:   pkg/obioptions/version.go
	modified:   pkg/obitools/obitagpcr/pcrtag.go
This commit is contained in:
Eric Coissac
2024-11-04 14:30:17 +01:00
parent fc75974c68
commit 4b65bfce84
2 changed files with 18 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ import (
// TODO: The version number is extracted from git. This induces that the version
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "422f11c"
var _Commit = "fc75974"
var _Version = "Release 4.3.0"
// Version returns the version of the obitools package.