summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-01-03 08:35:17 -0500
committerRy Dahl <ry@tinyclouds.org>2020-01-03 09:04:04 -0500
commita61966a243cd5d09031fabd9a572a75aab8d2da8 (patch)
tree66cb4d02b339c75544fe6414cea12a130daa58cb /core
parent5e61af744789d068f4caf313a4e980c63a6c97fe (diff)
v0.28.1
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 269024ba8..e08e6bc74 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.28.0"
+version = "0.28.1"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]