Skip to content

Commit 7fa4052

Browse files
authored
v0.0.24 release (#95)
* Bump version to 0.0.24 * bump version for release * bump version for release
1 parent 589a3e0 commit 7fa4052

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codepathfinder",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"description": "Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.",
55
"goBinary": {
66
"name": "pathfinder",

sourcecode-parser/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.23
1+
0.0.24

sourcecode-parser/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
// Version is the current version of the application.
1616
const (
17-
Version = "0.0.22"
17+
Version = "0.0.24"
1818
GitCommit = "HEAD"
1919
)
2020

0 commit comments

Comments
 (0)