summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-01-17 19:45:17 -0500
committerRy Dahl <ry@tinyclouds.org>2020-01-18 07:58:49 -0500
commitb2f01dcb50c68da2cab28b6bd64f4033e4ccf10e (patch)
treed9815eddb66aada6ee52ce45779368c9f680be44 /core
parent020898762fa081113608504ab5012b2b27c70668 (diff)
v0.30.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 3c75e0a6e..e4163518f 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.29.0"
+version = "0.30.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]