diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-14 15:50:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 15:50:48 -0400 |
commit | 0e4574b2e3acb6594142021f2b3e30ad532f15ef (patch) | |
tree | 85f3b8847ed171031f847e888bc4e293196b0105 /ops | |
parent | f7e7f548499eff8d2df0872d1340ddcdfa028c45 (diff) |
chore: forward v1.20.6 release commit to main (#14288)
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 4425d9f99..07a5b7730 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ops" -version = "0.6.0" +version = "0.7.0" edition = "2021" license = "MIT" readme = "README.md" |