diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-10-17 21:12:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 03:12:49 +0200 |
commit | 3ae10a01e0c8b9c425276a33b98f661c1473cd59 (patch) | |
tree | 9d55929bc3849d7d2b5b2f126f5d1287d9e37a02 /runtime/Cargo.toml | |
parent | 8f3eb9d0e7bbbfa67058c67c5e5c1484dee1ef9a (diff) |
chore: forward v2.0.2 release commit to main (#26376)
This is the release commit being forwarded back to main for 2.0.2
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 71b0c84c0..dcb6b1ade 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_runtime" -version = "0.181.0" +version = "0.182.0" authors.workspace = true edition.workspace = true license.workspace = true |