Skip to content

Commit 540d36d

Browse files
committed
2.15.0
1 parent fd0db46 commit 540d36d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

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

package.json

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

src/Version.re

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
/* CREATED BY reanalyze/scripts/bump_version_module.js */
33
/* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version */
4-
let version = "2.14.0";
4+
let version = "2.15.0";

0 commit comments

Comments
 (0)