diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-09-22 08:44:46 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 08:44:46 +1000 |
commit | f27902e749fb3a78ca35a0dc41c9fc53cd2806e1 (patch) | |
tree | 6e72f16cbbd77c389638950faf7fde5c45906f14 /cli | |
parent | 2a56cd545c890cd8085d4543cd44419d6f5aafb0 (diff) |
1.14.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 a999ce8c4..fe3f7cf8a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.14.0" +version = "1.14.1" authors = ["the Deno authors"] default-run = "deno" edition = "2018" |