summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-07-31 11:37:42 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-07-31 15:09:06 -0400
commitb3541c38f5672ffb4a29d66dca19d88b9ecae478 (patch)
treebeb293e3b1a287c397e5479b210c09fcf71965fb /core
parent2e1ab8232156a23afd22834c1e707fb3403c0db6 (diff)
v0.13.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 6faac632a..2eb2b611f 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.12.0"
+version = "0.13.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]