Changes to be committed:

modified:   pkg/obioptions/version.go
	modified:   pkg/obitools/obitagpcr/pcrtag.go
	modified:   pkg/obiutils/abs.go
	new file:   pkg/obiutils/abs_test.go
This commit is contained in:
Eric Coissac
2024-10-28 21:51:21 +01:00
parent 3e00d39d47
commit fefc360f80
4 changed files with 102 additions and 40 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 = "9e8a7fd"
var _Commit = "3e00d39"
var _Version = "Release 4.2.0"
// Version returns the version of the obitools package.