Skip to content
Merged

0823dev #6030

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "reflex"
version = "0.8.22dev1"
version = "0.8.23dev1"
description = "Web apps in pure Python."
license.text = "Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion reflex/constants/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Bun(SimpleNamespace):
"""Bun constants."""

# The Bun version.
VERSION = "1.3.3"
VERSION = "1.3.4"

# Min Bun Version
MIN_VERSION = "1.3.0"
Expand Down
Loading
Loading