Skip to content

Commit e931e38

Browse files
committed
[skip ci] Release v2.4.7
1 parent 12679db commit e931e38

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.4.6",
3+
"version": "2.4.7",
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
@@ -1,7 +1,7 @@
11
import { SemVer } from 'semver';
22

33
// this is automatically replaced with the current version by release-it
4-
const version = '2.4.6';
4+
const version = '2.4.7';
55

66
export function flowrVersion(): SemVer {
77
return new SemVer(version);

0 commit comments

Comments
 (0)