aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-cli/package.json
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-30 23:22:35 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-30 23:22:35 -0700
commit4ecf5136626dae34ea1e3f74a69b040f193c0e3a (patch)
treedc5e794bfc1405024159668627ae0d150b79b7bb /packages/bun-cli/package.json
parent76b450386f3049cbfd1597975ff58ec23efdf4e0 (diff)
downloadbun-4ecf5136626dae34ea1e3f74a69b040f193c0e3a.tar.gz
bun-4ecf5136626dae34ea1e3f74a69b040f193c0e3a.tar.zst
bun-4ecf5136626dae34ea1e3f74a69b040f193c0e3a.zip
Bump version
Diffstat (limited to 'packages/bun-cli/package.json')
-rw-r--r--packages/bun-cli/package.json2
1 files changed, 1 insertions, 1 deletions
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"
}