From 4cd875172181ac469fcc8c60c17e3b0435b94060 Mon Sep 17 00:00:00 2001 From: Andrew Reusch Date: Mon, 20 Mar 2023 09:33:48 -0700 Subject: [PATCH] Change stable build to v0.11.1 --- common/sync_package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sync_package.py b/common/sync_package.py index 20b022d..c08b08e 100644 --- a/common/sync_package.py +++ b/common/sync_package.py @@ -8,7 +8,7 @@ # Modify the following two settings during release # ----------------------------------------------------------- # Tag used for stable build. -__stable_build__ = "v0.11.0" +__stable_build__ = "v0.11.1" # ----------------------------------------------------------- def py_str(cstr):