Skip to content

Commit 9f2c200

Browse files
committed
[skip ci] Release v2.9.8
1 parent 05c7874 commit 9f2c200

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@eagleoutice/flowr",
3-
"version": "2.9.7",
3+
"version": "2.9.8",
44
"description": "Static Dataflow Analyzer and Program Slicer for the R Programming Language",
55
"types": "dist/src/index.d.ts",
66
"repository": {

src/util/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ReplOutput } from '../cli/repl/commands/repl-main';
55
import type { ReadonlyFlowrAnalysisProvider } from '../project/flowr-analyzer';
66

77
// this is automatically replaced with the current version by release-it
8-
const version = '2.9.7';
8+
const version = '2.9.8';
99

1010
/**
1111
* Retrieves the current flowR version as a new {@link SemVer} object.

0 commit comments

Comments
 (0)