We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7858b commit 9a817b4Copy full SHA for 9a817b4
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "reflex"
3
-version = "0.8.22dev1"
+version = "0.8.23dev1"
4
description = "Web apps in pure Python."
5
license.text = "Apache-2.0"
6
authors = [
reflex/constants/installer.py
@@ -14,7 +14,7 @@ class Bun(SimpleNamespace):
14
"""Bun constants."""
15
16
# The Bun version.
17
- VERSION = "1.3.3"
+ VERSION = "1.3.4"
18
19
# Min Bun Version
20
MIN_VERSION = "1.3.0"
0 commit comments