diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-26 10:27:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 11:27:44 +0200 |
commit | 6be7d5139870ddbfef8f13dbe8cd4c59c34acc10 (patch) | |
tree | 40fdab0479d2510cf50855b0d31810c068442463 /cli/Cargo.toml | |
parent | 121d9697a17c66fce2ba974cb0b0f735ca420fce (diff) |
v2.0.0-rc.6 (#25877)
Diffstat (limited to 'cli/Cargo.toml')
-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 ede5cc15c..42ac28530 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "2.0.0-rc.5" +version = "2.0.0-rc.6" authors.workspace = true default-run = "deno" edition.workspace = true |