From 9f01267f87317d03184ad160ccb99bd4411c2f84 Mon Sep 17 00:00:00 2001 From: laixintao Date: Tue, 26 Dec 2023 14:19:23 +0800 Subject: [PATCH] upgrade to 0.23.0 --- pyoxidizer.template.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyoxidizer.template.bzl b/pyoxidizer.template.bzl index 3298eb94..21c4ca3d 100644 --- a/pyoxidizer.template.bzl +++ b/pyoxidizer.template.bzl @@ -339,5 +339,5 @@ resolve_targets() # Everything below this is typically managed by PyOxidizer and doesn't need # to be updated by people. -PYOXIDIZER_VERSION = "0.14.1" +PYOXIDIZER_VERSION = "0.23.0" PYOXIDIZER_COMMIT = "UNKNOWN"