Skip to content

Commit

Permalink
2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed Jun 7, 2022
1 parent b5107aa commit eed54a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reanalyze",
"version": "2.22.0",
"version": "2.23.0",
"private": true,
"description": "Analyzers for Dead Code/Types and termination",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
(* CREATED BY reanalyze/scripts/bump_version_module.js *)
(* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version *)

let version = "2.22.0";
let version = "2.23.0";

0 comments on commit eed54a9

Please sign in to comment.