diff --git a/.gitignore b/.gitignore index 57450df..b651782 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ template.16S xxx.gz *.sav *.old +ncbitaxo.tgz diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index 362ed36..ecd3e0b 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -8,7 +8,7 @@ import ( // corresponds to the last commit, and not the one when the file will be // commited -var _Commit = "3137c1f" +var _Commit = "9acb4a8" var _Version = "Release 4.2.0" // Version returns the version of the obitools package.