Skip to content

Commit 515b087

Browse files
authored
Bump version for 1.13 (microsoft#2138)
1 parent 8106f2f commit 515b087

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.12"
9+
major_minor = "1.13"
1010

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

0 commit comments

Comments
 (0)