Skip to content

Commit 765c8cb

Browse files
authored
update bun version to 1.2.12 (#5254)
1 parent d987537 commit 765c8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/constants/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Bun(SimpleNamespace):
1414
"""Bun constants."""
1515

1616
# The Bun version.
17-
VERSION = "1.2.11"
17+
VERSION = "1.2.12"
1818

1919
# Min Bun Version
2020
MIN_VERSION = "1.2.8"

0 commit comments

Comments
 (0)