Skip to content

Commit

Permalink
chore: upgrade jina version (#5937)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM authored Jul 10, 2023
1 parent 8a0280e commit f9bf278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _warning_on_one_line(message, category, filename, lineno, *args, **kwargs):
# this is managed by git tag and updated on every release
# NOTE: this represents the NEXT release version

__version__ = '3.18.1'
__version__ = '3.19.0'

# do not change this line manually
# this is managed by proto/build-proto.sh and updated on every execution
Expand Down

0 comments on commit f9bf278

Please sign in to comment.