diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-15 23:28:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 23:28:27 +0200 |
commit | d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe (patch) | |
tree | 4b244ce024991aee0245efef1e3082f1d57a4786 /cli | |
parent | ba91a727a64d64157dd101ca8554d1c3096899b4 (diff) |
v1.11.1
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 5a3ef0e1d..980dbb005 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.11.0" +version = "1.11.1" license = "MIT" authors = ["the Deno authors"] edition = "2018" |