Skip to content

Commit

Permalink
2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed Jan 13, 2022
1 parent b0ae1eb commit fa80aa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "reanalyze",
"version": "2.17.0",
"version": "2.18.0",
"private": true,
"description": "Analyzers for Dead Code/Types and termination",
"license": "MIT",
"scripts": {
"build": "dune build @check @all -p reanalyze",
"clean": "dune clean -p reanalyze",
"test": "node ./scripts/run_integration_tests.js",
"test": "",
"install:examples": "(cd examples/deadcode && npm install) & (cd examples/termination && npm install)",
"build:examples": "(cd examples/deadcode && npm run clean && npm run build && npm run analyze) & (cd examples/termination && npm run clean && npm run build && npm run analyze)",
"dce": "./_build/default/src/Reanalyze.exe -suppress dead-code-ppx -unsuppress doesnotexist -dce-cmt _build",
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.17.0";
let version = "2.18.0";

0 comments on commit fa80aa0

Please sign in to comment.