diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-02-25 12:37:46 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 22:37:46 -0500 |
commit | 3cd24fa8d0e1e88f8292180fe564990b22b01a30 (patch) | |
tree | 5585c9e394acf51dc27a85c4d52af85fa4b8ed9a /ext/websocket | |
parent | b5b331e31ab1c46b70225d09d62703692985255a (diff) |
chore: forward v1.31.1 release commit to main (#17939)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'ext/websocket')
-rw-r--r-- | ext/websocket/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 4669516a1..d864c48ee 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.95.0" +version = "0.96.0" authors.workspace = true edition.workspace = true license.workspace = true |