diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2023-04-28 21:14:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-28 21:14:26 +0200 |
| commit | 6369098ad74a263e461478f94782bc469de15468 (patch) | |
| tree | ade2c8d9152ab8f9ad10985145863cd71084177f /cli | |
| parent | 8739519ebce4127af3fd3a0648d11e021b0084f9 (diff) | |
chore: forward v1.33.1 release commit to main (#18897)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | cli/napi/sym/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1af4655ca..ac3c840e2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.33.0" +version = "1.33.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 0dac0b1c6..e722892dc 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.30.0" +version = "0.31.0" authors.workspace = true edition.workspace = true license.workspace = true |
