Skip to content

Commit

Permalink
Bump version for 1.12 (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
billti authored Dec 19, 2024
1 parent b4b3ec9 commit 0e3c2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os

# To be updated every time we start a new major.minor version.
major_minor = "1.11"
major_minor = "1.12"

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

0 comments on commit 0e3c2d7

Please sign in to comment.