Skip to content

Commit 8773b5f

Browse files
authored
v2.3.1 (#29107)
Fixes wrong version printed with `deno --version`.
1 parent 61574bb commit 8773b5f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ denort_helper = { version = "0.2.0", path = "./ext/rt_helper" }
110110
# workspace libraries
111111
deno_bench_util = { version = "0.198.0", path = "./bench_util" }
112112
deno_features = { version = "0.1.0", path = "./runtime/features" }
113-
deno_lib = { version = "2.4.0", path = "./cli/lib" }
113+
deno_lib = { version = "2.3.1", path = "./cli/lib" }
114114
deno_npm_cache = { version = "0.23.0", path = "./resolvers/npm_cache" }
115115
deno_permissions = { version = "0.63.0", path = "./runtime/permissions" }
116116
deno_resolver = { version = "0.35.0", path = "./resolvers/deno" }

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "deno"
5-
version = "2.3.0"
5+
version = "2.3.1"
66
authors.workspace = true
77
default-run = "deno"
88
edition.workspace = true

cli/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "deno_lib"
5-
version = "2.4.0"
5+
version = "2.3.1"
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

cli/rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "denort"
5-
version = "2.3.0"
5+
version = "2.3.1"
66
authors.workspace = true
77
default-run = "denort"
88
edition.workspace = true

0 commit comments

Comments
 (0)