diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-14 21:25:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 21:25:05 +0100 |
commit | b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04 (patch) | |
tree | ace0445a08e06bda6ae686b7b309c4c2d6706905 /cli | |
parent | 025c0a1d372845b753fe682edd9fd050e1de1884 (diff) |
v1.6.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 ba17a1e88..b6979c638 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.6.0" +version = "1.6.1" license = "MIT" authors = ["the Deno authors"] edition = "2018" |