From a0c5ef102ed4e01ee0ec709f50559b0f27ed34bf Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 5 Dec 2023 15:50:09 -0800 Subject: [PATCH] unicode: bump the unicode-version to be current supported 15.0.0 --- basis/unicode/unicode.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/unicode/unicode.factor b/basis/unicode/unicode.factor index cad7d0f2e0..6cb43102a4 100644 --- a/basis/unicode/unicode.factor +++ b/basis/unicode/unicode.factor @@ -229,4 +229,4 @@ CONSTANT: unicode-unsupported { "bidi" } -CONSTANT: unicode-version "14.0.0" +CONSTANT: unicode-version "15.0.0" -- 2.34.1