summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-08-12 19:32:53 +0100
committerGitHub <noreply@github.com>2024-08-12 18:32:53 +0000
commit3c70b9435a649a53614bd3ae6f434c2a455d575a (patch)
treef9424c6f1d9206c0fb3a6291371294cf830060b8 /cli/Cargo.toml
parent76f4f202e7be3835bd3d95af9e1c485a4b4695fe (diff)
feat: `deno upgrade --rc` (#24905)
This commit adds the "--rc" flag to "deno upgrade" subcommand. This flag allows to upgrade to the latest "release candidate" release. The update checker was also updated to take this into account.
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 8bf53dba4..fcf497692 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.45.5"
+version = "1.46.0-rc.0"
authors.workspace = true
default-run = "deno"
edition.workspace = true