Skip to content

Commit 3d0f024

Browse files
committed
2.17.0
1 parent 5e9be23 commit 3d0f024

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/Version.ml

Lines changed: 1 addition & 1 deletion
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.16.0";
5+
let version = "2.17.0";

0 commit comments

Comments
 (0)