浏览代码

update bun version to 1.2.12 (#5254)

Khaleel Al-Adhami 2 周之前
父节点
当前提交
765c8cb60f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"