Skip to content

Commit 9a817b4

Browse files
authored
0823dev (#6030)
1 parent 9a7858b commit 9a817b4

File tree

3 files changed

+215
-213
lines changed

3 files changed

+215
-213
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reflex"
3-
version = "0.8.22dev1"
3+
version = "0.8.23dev1"
44
description = "Web apps in pure Python."
55
license.text = "Apache-2.0"
66
authors = [

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.3.3"
17+
VERSION = "1.3.4"
1818

1919
# Min Bun Version
2020
MIN_VERSION = "1.3.0"

0 commit comments

Comments
 (0)