From 5b9d8b87c41410091a7c602b895ad9ffda17819c Mon Sep 17 00:00:00 2001 From: dave caruso Date: Thu, 7 Sep 2023 10:57:46 -0700 Subject: 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> --- src/js/_codegen/index.ts | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/js/_codegen/index.ts') diff --git a/src/js/_codegen/index.ts b/src/js/_codegen/index.ts index 15fa7defd..4e048b144 100644 --- a/src/js/_codegen/index.ts +++ b/src/js/_codegen/index.ts @@ -1,12 +1,2 @@ -const [major, minor] = Bun.version - .split("_")[0] - .split(".") - .map(x => parseInt(x)); - -if (minor < 8) { - console.error("Please install bun >= 0.8.0"); - process.exit(1); -} - import "./build-modules"; import "./build-functions"; -- cgit v1.2.3