diff options
author | 2021-10-16 23:49:39 -0700 | |
---|---|---|
committer | 2021-10-16 23:49:39 -0700 | |
commit | e63fbcefe9260cc8e3766da8cd78099d5404502c (patch) | |
tree | a4d37912df063d43a2ef20b3a5f07b706e4af21c /packages/bun-cli | |
parent | dcc29d3db670ef84d2ea32708b62f5727b1933b2 (diff) | |
download | bun-e63fbcefe9260cc8e3766da8cd78099d5404502c.tar.gz bun-e63fbcefe9260cc8e3766da8cd78099d5404502c.tar.zst bun-e63fbcefe9260cc8e3766da8cd78099d5404502c.zip |
bump!
Diffstat (limited to 'packages/bun-cli')
-rw-r--r-- | packages/bun-cli/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-cli/package.json b/packages/bun-cli/package.json index 8f08568ee..1906e8c2f 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.35" + "version": "0.0.36" } |