diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-04-02 09:27:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-01 20:27:53 -0400 |
commit | ad8d0c90d1887beb8a5f2c6d30f9dc71cc63e4fe (patch) | |
tree | efa9965958a1d96f90b4d510cb0895fed4f27adf /core | |
parent | e5588d2f1eb84947c8691fffbcf719a73557a3f5 (diff) |
chore: forward v1.32.3 release commit to main (#18561)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 5d495b6f1..ce6d2dc7d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.178.0" +version = "0.179.0" authors.workspace = true edition.workspace = true license.workspace = true |