summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-02-25 12:37:46 +0900
committerGitHub <noreply@github.com>2023-02-24 22:37:46 -0500
commit3cd24fa8d0e1e88f8292180fe564990b22b01a30 (patch)
tree5585c9e394acf51dc27a85c4d52af85fa4b8ed9a /cli
parentb5b331e31ab1c46b70225d09d62703692985255a (diff)
chore: forward v1.31.1 release commit to main (#17939)
Co-authored-by: David Sherret <dsherret@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 dc90d34e5..ad2850705 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.31.0"
+version = "1.31.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 4b16235f3..f5ab0b91f 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.20.0"
+version = "0.21.0"
authors.workspace = true
edition.workspace = true
license.workspace = true