diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-02-05 19:37:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 19:37:27 +0100 |
commit | ae10219f59a16dc32b6a6538c9593301a86f1d95 (patch) | |
tree | 0b4cce7ee4a993adefe75d2390bf2e368ca57ea2 /cli | |
parent | 64f06be0eb5435408a5c1116d160190cc537b95c (diff) |
v1.7.2
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 f7a63a7f6..a11465a97 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.7.1" +version = "1.7.2" license = "MIT" authors = ["the Deno authors"] edition = "2018" |