diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-16 17:42:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 17:42:52 -0400 |
commit | c67f6c13cd1de22e32f81723bc9224b8e2103a7a (patch) | |
tree | 812171926440f7dbaed9478f36b97a38f5a70e34 /cli | |
parent | a66a7bebbe1a79304769d4b2011ad1795700ec15 (diff) |
1.13.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 cae425602..ebcffcd64 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.13.0" +version = "1.13.1" authors = ["the Deno authors"] default-run = "deno" edition = "2018" |