diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-09-14 15:38:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 15:38:35 -0400 |
commit | 16c27fce1ffd33081487aa21763c927d90c494ad (patch) | |
tree | f6f0994c022c05d62c668193a11f00064ef6f26b /core | |
parent | 1848f43aa1a2de0fabcde7970327baf37c177003 (diff) |
chore: bump crate versions for 0.14 (#12072)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index fbdc70158..c66d42612 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. [package] name = "deno_core" -version = "0.98.0" +version = "0.99.0" authors = ["the Deno authors"] edition = "2018" license = "MIT" |