diff --git a/Changelog b/Changelog index f4b43358..17d807ae 100644 --- a/Changelog +++ b/Changelog @@ -1,2 +1,2 @@ ### Fixed -- Updated the Endpoint from UniProt, fixing the database fetching issue. +- Issue with the database command only fetching the human FASTA. diff --git a/Makefile b/Makefile index b423b7a7..ef846dcd 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINARY = philosopher VERSION = $(shell date +%Y%m%d) BUILD = $(shell date +%Y%m%d%H%M) -TAG = v4.3.0 +TAG = v4.4.0 LDFLAGS = -ldflags "-w -s -extldflags -static -X main.version=${TAG} -X main.build=${BUILD}" diff --git a/go.mod b/go.mod index af0cda48..e91684b6 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.13 require ( github.com/ajstarks/svgo v0.0.0-20200204031535-0cbcf57ea1d8 // indirect github.com/davecgh/go-spew v1.1.1 - github.com/go-resty/resty/v2 v2.7.0 // indirect + github.com/go-resty/resty/v2 v2.7.0 github.com/gorilla/websocket v1.4.1 // indirect github.com/jpillora/go-ogle-analytics v0.0.0-20161213085824-14b04e0594ef github.com/jung-kurt/gofpdf v1.16.2 // indirect