Browse Source

update bun version to 1.2.12 (#5254)

Khaleel Al-Adhami 1 week ago
parent
commit
765c8cb60f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reflex/constants/installer.py

+ 1 - 1
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"