diff options
author | Luca Casonato <hello@lcas.dev> | 2021-11-09 13:55:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 13:55:05 +0100 |
commit | 1eae6c139ee1dac28df57d67d993792b773fa1ff (patch) | |
tree | fd8eddacf442311088f450537382e51227c3a29e /cli | |
parent | 4f64acd4e48eb8901e82fb008705adf78e2dbb68 (diff) |
v1.16.0
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c143fe3b5..2f2ab1365 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.15.3" +version = "1.16.0" authors = ["the Deno authors"] default-run = "deno" edition = "2021" |