summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2024-10-16 19:48:42 -0400
committerGitHub <noreply@github.com>2024-10-16 23:48:42 +0000
commit3385d1252e4eae093234d0a075f4a564308ba48e (patch)
tree6846b35c3fdfd547fa8d5d1472dc88b78c8b5993 /cli
parent72dd74d83a89d3db17e6ed5d0b8c7f4ba3f3d233 (diff)
chore: forward v2.0.1 release commit to main (#26338)
This is the release commit being forwarded back to main for 2.0.1 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 8f733fc79..04546cc9f 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "2.0.0"
+version = "2.0.1"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index fef749fc4..287688e44 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.101.0"
+version = "0.102.0"
authors.workspace = true
edition.workspace = true
license.workspace = true