diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-09-27 05:13:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 09:13:48 +0000 |
commit | 3b78981ffe7cbc210da4a8ba3852f3fed48082ce (patch) | |
tree | 48370aaf8f12aadb53dd5b533d1e98913875baa3 /ext/napi | |
parent | f58a400585020b1b4765093b791c0d79882adbbf (diff) |
chore: forward v1.37.1 release commit to main (#20706)
This is the release commit being forwarded back to main for 1.37.1
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
Diffstat (limited to 'ext/napi')
-rw-r--r-- | ext/napi/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml index 0170d1b53..bae740233 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_napi" -version = "0.49.0" +version = "0.50.0" authors.workspace = true edition.workspace = true license.workspace = true |