Changes to be committed:

modified:   go.mod
	modified:   go.sum
	modified:   pkg/obilua/obilib.go
	modified:   pkg/obilua/obiseq.go
	modified:   pkg/obilua/obiseqslice.go
	new file:   pkg/obilua/obitaxon.go
	new file:   pkg/obilua/obitaxonomy.go
	modified:   pkg/obioptions/version.go
This commit is contained in:
Eric Coissac
2025-02-02 16:52:52 +01:00
parent c10df073a7
commit b9bee5f426
8 changed files with 446 additions and 1 deletions

View File

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