diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2022-08-11 16:47:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 16:47:03 -0400 |
commit | e4a5f9952f404e10f1b577b1477b89b155092b67 (patch) | |
tree | 2abf81f7486babdec9d450dbacb1586a6f103bcd /ops | |
parent | 10ce2e9e80916a77e9f1f1da74cd1feec087b51f (diff) |
chore: forward v1.24.3 release commit to main (#15462)
Co-authored-by: David Sherret <dsherret@gmail.com>
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 7efe1d992..9fafba997 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ops" -version = "0.24.0" +version = "0.25.0" edition = "2021" license = "MIT" readme = "README.md" |