diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-13 10:45:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 10:45:17 +0200 |
commit | 1ad6575028bd5a13eb0633cc5e7649e18deec556 (patch) | |
tree | ac8dd51f631179328ae1b9ef82f046664495e612 /cli | |
parent | 642dd3d3c433efb56e59e64f0b75c6951153b571 (diff) |
v1.12.0
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 97e12ce6d..7c38f19fb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.11.3" +version = "1.12.0" license = "MIT" authors = ["the Deno authors"] edition = "2018" |