diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-30 23:00:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 00:00:21 +0200 |
commit | b9da6d0d0098cd1fba2aba152cd4499e8baef14b (patch) | |
tree | 62c49800513281e23d70f8d8f92ce7d9f82bb128 /cli | |
parent | f891e73bbfc4a8f4f24039dd046c8d3de80e2c56 (diff) |
v2.0.0-rc.0 (#25316)
Not strictly necessary, but bumping for good measure :))
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 d2283d5ef..9c62406ff 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.46.2" +version = "2.0.0-rc.0" authors.workspace = true default-run = "deno" edition.workspace = true |