Skip to content

Commit 0e3c2d7

Browse files
authored
Bump version for 1.12 (#2076)
1 parent b4b3ec9 commit 0e3c2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77

88
# To be updated every time we start a new major.minor version.
9-
major_minor = "1.11"
9+
major_minor = "1.12"
1010

1111
# Default to 'dev' builds
1212
BUILD_TYPE = os.environ.get("BUILD_TYPE") or "dev"

0 commit comments

Comments
 (0)