Bump Bun version (#3281)

This commit is contained in:
Elijah Ahianyo 2024-05-15 09:57:11 +00:00 committed by GitHub
parent bd3df68bef
commit ccc40e0c8d
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.6" VERSION = "1.1.8"
# 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.