Skip to content

Commit eed54a9

Browse files
committed
2.23.0
1 parent b5107aa commit eed54a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reanalyze",
3-
"version": "2.22.0",
3+
"version": "2.23.0",
44
"private": true,
55
"description": "Analyzers for Dead Code/Types and termination",
66
"license": "MIT",

Diff for: src/Version.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
(* CREATED BY reanalyze/scripts/bump_version_module.js *)
33
(* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version *)
44

5-
let version = "2.22.0";
5+
let version = "2.23.0";

0 commit comments

Comments
 (0)