Skip to content

Commit

Permalink
ci: new-version-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM committed May 11, 2023
1 parent 3adc08e commit 570421f
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 @@ -61,7 +61,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.15.2'
__version__ = '3.15.4'

# 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 570421f

Please sign in to comment.