summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-04-11 15:00:32 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-04-11 15:35:21 -0400
commit8584d80cfd26111825af5a69fc6ae4c367ad0700 (patch)
treea72acf3bcca24427dc010799455e20bea8e129d4 /core
parent960ee5257a7b38c6b3b59a3dca670c7c1771996f (diff)
v0.3.7
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 b9a227343..6897bef04 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.3.6"
+version = "0.3.7"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]