diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index d5891ab3f16..eade09c7f52 100644 --- a/reflex/constants/installer.py +++ b/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"