Quellcode durchsuchen

Bump Bun version (#3281)

Elijah Ahianyo vor 1 Jahr
Ursprung
Commit
ccc40e0c8d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      reflex/constants/installer.py

+ 1 - 1
reflex/constants/installer.py

@@ -35,7 +35,7 @@ class Bun(SimpleNamespace):
     """Bun constants."""
     """Bun constants."""
 
 
     # The Bun version.
     # The Bun version.
-    VERSION = "1.1.6"
+    VERSION = "1.1.8"
     # Min Bun Version
     # Min Bun Version
     MIN_VERSION = "0.7.0"
     MIN_VERSION = "0.7.0"
     # The directory to store the bun.
     # The directory to store the bun.