From f591a1ef9c6f4edd821fdb9eebc49fc6ac74c4d8 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Sun, 4 May 2025 19:35:27 -0700 Subject: [PATCH] update bun version to 1.2.12 --- reflex/constants/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index d5891ab3f16..eade09c7f52 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -14,7 +14,7 @@ class Bun(SimpleNamespace): """Bun constants.""" # The Bun version. - VERSION = "1.2.11" + VERSION = "1.2.12" # Min Bun Version MIN_VERSION = "1.2.8"