summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-04-04 06:12:16 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-04-04 09:59:41 -0400
commit744e56cb58f90acde7baf8811676021fb55b2f2a (patch)
tree1ae6c5a952f545ff3501972fc8b5d4b3c5d1e318 /core
parent0a26230a8753c7bb4b0f318fb12af0b219337446 (diff)
v0.3.6
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 63ca71767..b9a227343 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.3.5"
+version = "0.3.6"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]