diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-05-04 15:46:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 15:46:39 -0400 |
commit | 5f67a202ff59f25ea183c261f664a6db06407e17 (patch) | |
tree | ffaf940e726db4f73bf1133670819900ca5020b6 /cli | |
parent | 60f2d57fb7a01a438e99c5d2ea655cfa44641755 (diff) |
v1.0.0-rc1
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 fc899e2d9..1979232a0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "0.42.0" +version = "1.0.0-rc1" license = "MIT" authors = ["the Deno authors"] edition = "2018" |