Przeglądaj źródła

update bun version to 1.2.12 (#5254)

Khaleel Al-Adhami 2 tygodni temu
rodzic
commit
765c8cb60f
1 zmienionych plików z 1 dodań i 1 usunięć
  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"