Pārlūkot izejas kodu

update bun version to 1.2.12 (#5254)

Khaleel Al-Adhami 1 nedēļu atpakaļ
vecāks
revīzija
765c8cb60f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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"