summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-10-08 14:20:18 +0200
committerGitHub <noreply@github.com>2020-10-08 14:20:18 +0200
commitb5e4b63a880ae41bd33dce5276c925ab7bd9519f (patch)
tree3b1df3c8b033626c94b21bef87db0d2b314349eb /core
parent9d71b0ef5b6aa7cfa69be7041c3e8ba7c849e89d (diff)
v1.4.5
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 4a6a15efb..5a13be0d1 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,7 +1,7 @@
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_core"
-version = "0.61.0"
+version = "0.62.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]