summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2024-10-08 10:37:28 -0400
committerGitHub <noreply@github.com>2024-10-08 07:37:28 -0700
commita62c7e036ab6851c0293f407ead635a7331445b7 (patch)
treed0e7e3a411f4d6f5983c480e175744c1d9622006 /cli
parent94adfeec78ae66d29e186f21e85efee2f179558f (diff)
2.0.0 (#26063)
Bumped versions for 2.0.0 Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/napi/sym/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index d2ee5f76a..ae57df4f7 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "2.0.0-rc.10"
+version = "2.0.0"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index baabf0b7a..fef749fc4 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.100.0"
+version = "0.101.0"
authors.workspace = true
edition.workspace = true
license.workspace = true