Skip to content

Commit

Permalink
[skip ci] Release v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 3, 2024
1 parent 39dfc7c commit 2c05d5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eagleoutice/flowr",
"version": "2.0.6",
"version": "2.0.7",
"description": "Static Dataflow Analyzer and Program Slicer for the R Programming Language",
"types": "dist/src/index.d.ts",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/util/version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SemVer } from 'semver'

// this is automatically replaced with the current version by release-it
const version = '2.0.6'
const version = '2.0.7'

export function flowrVersion(): SemVer {
return new SemVer(version)
Expand Down

0 comments on commit 2c05d5c

Please sign in to comment.