diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-13 13:36:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 13:36:51 -0500 |
commit | 377f59327344bbb4f37b2eec189ae981a9a9db45 (patch) | |
tree | 0bd9a1ad1ac374347e9a0a83bed87049308683af /ops | |
parent | 1b17985c5a438858b4cbe4e1e57cf000aeea0772 (diff) |
chore: forward 1.29.3 release back to main (#17401)
Diffstat (limited to 'ops')
-rw-r--r-- | ops/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/Cargo.toml b/ops/Cargo.toml index 4b1afa7d9..9b6a59582 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ops" -version = "0.43.0" +version = "0.44.0" authors.workspace = true edition.workspace = true license.workspace = true |