From 0a567f621c78ea8a507e060ac150640316e5d85f Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 24 Jan 2025 18:12:37 +0100 Subject: [PATCH] small changes --- .gitignore | 1 + pkg/obioptions/version.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.