small changes

This commit is contained in:
Eric Coissac
2025-01-24 18:12:37 +01:00
parent 9acb4a85a8
commit 0a567f621c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -131,3 +131,4 @@ template.16S
xxx.gz xxx.gz
*.sav *.sav
*.old *.old
ncbitaxo.tgz

View File

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