summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-02-13 17:45:22 -0500
committerGitHub <noreply@github.com>2020-02-13 17:45:22 -0500
commit87c329c45ac0e3382c115793094317df15cbe5bf (patch)
tree7e67c73fe0875e6060b8b004d9763e4dcf9b284f /core
parent621aeef8364fcbd2da93b208971c51a4fbf08903 (diff)
v0.33.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 f0d1fffc8..9b642991b 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.32.0"
+version = "0.33.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]