Closed ottomated closed 2 days ago
1.1.35-canary.86+206d2edf1
Darwin 23.6.0 arm64 arm
curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.34"
bun revision
1.1.34+5e5e7c60f
bun upgrade --stable
Now bun is out of sync and will redownload the upgrade every time you run bun upgrade.
bun upgrade
bun upgrade --stable should install a stable version of bun. bun upgrade should also install the latest stable version.
A canary version is installed instead.
No response
We are fixing this right now, and will be releasing 1.1.36 within the hour.
Fixed in Bun v1.1.36
https://github.com/oven-sh/bun/releases/tag/bun-v1.1.36
What version of Bun is running?
1.1.35-canary.86+206d2edf1
What platform is your computer?
Darwin 23.6.0 arm64 arm
What steps can reproduce the bug?
curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.34"
bun revision
:1.1.34+5e5e7c60f
bun upgrade --stable
bun revision
:1.1.35-canary.86+206d2edf1
Now bun is out of sync and will redownload the upgrade every time you run
bun upgrade
.What is the expected behavior?
bun upgrade --stable
should install a stable version of bun.bun upgrade
should also install the latest stable version.What do you see instead?
A canary version is installed instead.
Additional information
No response