Bump bun version to 1.1.5 (#3176)

This commit is contained in:
Elijah Ahianyo 2024-04-26 11:50:51 -07:00 committed by GitHub
parent 0ef695d842
commit 3a58558166
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ class Bun(SimpleNamespace):
"""Bun constants.""" """Bun constants."""
# The Bun version. # The Bun version.
VERSION = "1.1.3" VERSION = "1.1.5"
# Min Bun Version # Min Bun Version
MIN_VERSION = "0.7.0" MIN_VERSION = "0.7.0"
# The directory to store the bun. # The directory to store the bun.