bun version bump to 1.0.4 (#1942)

This commit is contained in:
Masen Furer 2023-10-11 00:07:18 -07:00 committed by GitHub
parent 86c624e939
commit 14bb662eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ class Bun(SimpleNamespace):
"""Bun constants.""" """Bun constants."""
# The Bun version. # The Bun version.
VERSION = "0.7.3" VERSION = "1.0.4"
# 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.