summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-02-03 16:36:07 +0100
committerGitHub <noreply@github.com>2020-02-03 16:36:07 +0100
commitf4cc08c4fc97f86d82b860ac11a134dad75dfdca (patch)
tree856b87f4faf9a1318e7f8b5ebb2df7c161a90a1a /core
parent2b0cf74a8f6335ae4e8ef2dfe1010d2695b1c518 (diff)
v0.32.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 a9c2490a0..fb1a2dd8f 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.31.0"
+version = "0.32.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]