diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-09-14 16:46:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 16:46:36 -0400 |
commit | f92cc66f0dbf8e9753f2e98d4469190f3b561eb0 (patch) | |
tree | 22e8dafe862f9de4439de14f31ab4b3797ecceac /cli | |
parent | 16c27fce1ffd33081487aa21763c927d90c494ad (diff) |
1.14.0 (#12074)
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 8dfb375bb..7a3e4d0b5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.13.2" +version = "1.14.0" authors = ["the Deno authors"] default-run = "deno" edition = "2018" |