diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-03-21 21:12:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 21:12:09 +0100 |
commit | f50ed4e281e6c30120412271eb66a1fb67d1c63e (patch) | |
tree | 1b384ff5789bf62c1e5ded7c95f73f4b33f93799 /cli | |
parent | c08284ab9d215848af861606dbb2709f8357867e (diff) |
v1.8.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 2b15ef9b4..a55c7c521 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.8.1" +version = "1.8.2" license = "MIT" authors = ["the Deno authors"] edition = "2018" |