Skip to content

Commit dd51f5e

Browse files
author
Joan Fontanals
authored
chore: update jina version (#5449)
1 parent 90e914b commit dd51f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jina/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _warning_on_one_line(message, category, filename, lineno, *args, **kwargs):
6565
# this is managed by git tag and updated on every release
6666
# NOTE: this represents the NEXT release version
6767

68-
__version__ = '3.11.1'
68+
__version__ = '3.12.0'
6969

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

0 commit comments

Comments
 (0)