diff options
author | 2021-09-30 23:22:35 -0700 | |
---|---|---|
committer | 2021-09-30 23:22:35 -0700 | |
commit | 4ecf5136626dae34ea1e3f74a69b040f193c0e3a (patch) | |
tree | dc5e794bfc1405024159668627ae0d150b79b7bb | |
parent | 76b450386f3049cbfd1597975ff58ec23efdf4e0 (diff) | |
download | bun-4ecf5136626dae34ea1e3f74a69b040f193c0e3a.tar.gz bun-4ecf5136626dae34ea1e3f74a69b040f193c0e3a.tar.zst bun-4ecf5136626dae34ea1e3f74a69b040f193c0e3a.zip |
Bump version
Diffstat (limited to '')
-rw-r--r-- | packages/bun-cli-darwin-x64/package.json | 2 | ||||
-rw-r--r-- | packages/bun-cli/package.json | 2 | ||||
-rw-r--r-- | src/runtime.version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/bun-cli-darwin-x64/package.json b/packages/bun-cli-darwin-x64/package.json index 60b0903a1..a3c9d2379 100644 --- a/packages/bun-cli-darwin-x64/package.json +++ b/packages/bun-cli-darwin-x64/package.json @@ -4,5 +4,5 @@ }, "name": "bun-cli-darwin-x64", "repository": "https://github.com/jarred-sumner/bun", - "version": "0.0.26" + "version": "0.0.27" } diff --git a/packages/bun-cli/package.json b/packages/bun-cli/package.json index d43674461..609dcdc6e 100644 --- a/packages/bun-cli/package.json +++ b/packages/bun-cli/package.json @@ -9,5 +9,5 @@ "postinstall": "node postinstall.js", "prepublishOnly": "rm -rf ./bin/bun; chmod +x ./reset-bin.js; cp ./reset-bin.js ./bin/bun" }, - "version": "0.0.26" + "version": "0.0.27" } diff --git a/src/runtime.version b/src/runtime.version index 019090cd7..57659652b 100644 --- a/src/runtime.version +++ b/src/runtime.version @@ -1 +1 @@ -825c3ed7dd64177b
\ No newline at end of file +35057197d4ad54bc
\ No newline at end of file |