summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-28 15:26:58 -0400
committerGitHub <noreply@github.com>2020-03-28 15:26:58 -0400
commitd6cb3892d48209fdb9c5196bb444e33a82bd3724 (patch)
treef1b3ed43dd15fa226b53b22ed269d3decc8e2b09 /core
parent3fac487461abf055165fe0e2bb962573950277b8 (diff)
v0.38.0
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 928c9a10b..c84854f7a 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.37.1"
+version = "0.38.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]