Recently upgraded `deno` and am on a newer version than is available
Looks like there might have been a problem when publishing versions; when I ran
deno upgrade
recently, it upgraded my deno
version to 2.4.0
, but it looks like the real latest version is 2.3.1
and the version was supposed to be 2.3.0
when that update went out. Is there anything I should be worried about since deno --version
currently reports 2.4.0
when it comes to future releases? Using deno upgrade 2.3.0
didn't install the previous version, it kept it at 2.4.0
. I'm using the stable channel.2 Replies
No, nothing to worry about. We messed up the version string in that release build. It's actually 2.3.0 but it reports it as 2.4.0. We did the necessary steps to ensure that this cannot happen again and running
deno upgrade 2.3.1
will resolve itah, ok, that did it this time round. not sure why it still reported
2.4.0
after the previous try. thanks!