Skip to content

Commit d7028d6

Browse files
authored
Update version.py
1.91.1.dev
1 parent 23f139d commit d7028d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
_MINOR = "9"
33
# On main and in a nightly release the patch should be one ahead of the last
44
# released build.
5-
_PATCH = "0"
5+
_PATCH = "1"
66
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
77
# https://semver.org/#is-v123-a-semantic-version for the semantics.
88
_SUFFIX = "dev"

0 commit comments

Comments
 (0)