One of my devices had some canary (post 1.1.34) version and now that 1.1.35 got released I tried updating to this version but instead I got a new canary build:
$ bun upgrade
[3.02s] Upgraded.
Welcome to Bun's latest canary build!
Report any bugs:
https://github.com/oven-sh/bun/issues
Changelog:
https://github.com/oven-sh/bun/compare/497fa59bf02dc5374ca306d5eaaf9ae03585272b...main
Doing the same update on another device that had 1.1.34 it updated just fine:
➜ ~ bun upgrade
Bun v1.1.35 is out! You're on v1.1.34
[5.12s] Upgraded.
Welcome to Bun v1.1.35!
What's new in Bun v1.1.35:
https://bun.sh/blog/release-notes/bun-v1.1.35
Report any bugs:
https://github.com/oven-sh/bun/issues
Commit log:
https://github.com/oven-sh/bun/compare/bun-v1.1.34...bun-v1.1.35
One of my devices had some canary (post 1.1.34) version and now that 1.1.35 got released I tried updating to this version but instead I got a new canary build:
Doing the same update on another device that had 1.1.34 it updated just fine:
not sure if it's an intended behaviour or a bug