aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar dave caruso <me@paperdave.net> 2023-09-07 10:57:46 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-07 10:57:46 -0700
commit5b9d8b87c41410091a7c602b895ad9ffda17819c (patch)
treef1eff4aede9abde4226487eb07c243a7c3806d32 /Makefile
parenta7c3bc8a5a79952b99dc1a87d3d5f6cd0056a54d (diff)
downloadbun-5b9d8b87c41410091a7c602b895ad9ffda17819c.tar.gz
bun-5b9d8b87c41410091a7c602b895ad9ffda17819c.tar.zst
bun-5b9d8b87c41410091a7c602b895ad9ffda17819c.zip
Bump version to Bun 1.0.0 (#4543)
* hi * Update Version to 1.0.0 * 2 --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbc2649aa..49d6535a7 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ NATIVE_OR_OLD_MARCH = -march=nehalem
endif
MIN_MACOS_VERSION ?= $(DEFAULT_MIN_MACOS_VERSION)
-BUN_BASE_VERSION = 0.8
+BUN_BASE_VERSION = 1.0
CI ?= false