diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-16 16:49:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 16:49:14 -0400 |
commit | a66a7bebbe1a79304769d4b2011ad1795700ec15 (patch) | |
tree | a487083080720e7a949a80ff761733cdf9b9ce30 /core | |
parent | 6ced7b0383769807bdd864ebbf6a16a418d3f821 (diff) |
chore: release crates for 1.13.1 (#11729)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index d50d3e8a9..7ddb7d814 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. [package] name = "deno_core" -version = "0.96.0" +version = "0.97.0" authors = ["the Deno authors"] edition = "2018" license = "MIT" |