Skip to content

Commit

Permalink
Merge pull request #614 from legumeinfo/genefamily_pangene_linkouts
Browse files Browse the repository at this point in the history
bumped version to 1.1.0 per proper semantic versioning
  • Loading branch information
adf-ncgr authored Jan 9, 2024
2 parents 584bde4 + f026780 commit 14c3dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linkouts/compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
linkouts:
image: ghcr.io/legumeinfo/microservices-linkouts:1.0.1
image: ghcr.io/legumeinfo/microservices-linkouts:1.1.0
ports:
- "${PORT:-8080}:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion linkouts/linkouts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ def int_or_str(value):
return value


__version__ = "1.0.1"
__version__ = "1.1.0"
VERSION = tuple(map(int_or_str, __version__.split(".")))

0 comments on commit 14c3dd3

Please sign in to comment.