From 9f24542db3a4651738c3afaa1db7d8c283b1dc16 Mon Sep 17 00:00:00 2001 From: shivasurya Date: Mon, 17 Mar 2025 21:19:06 -0400 Subject: [PATCH 1/2] Bump version to 0.0.32 --- sourcecode-parser/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcecode-parser/VERSION b/sourcecode-parser/VERSION index 700703b9..f9d08f8f 100644 --- a/sourcecode-parser/VERSION +++ b/sourcecode-parser/VERSION @@ -1 +1 @@ -0.0.31 \ No newline at end of file +0.0.32 \ No newline at end of file From 8a4a4c53e3b9e910a105ef54301fc572c1e63827 Mon Sep 17 00:00:00 2001 From: shivasurya Date: Mon, 17 Mar 2025 21:20:47 -0400 Subject: [PATCH 2/2] bump package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32a02d53..f625be21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codepathfinder", - "version": "0.0.31", + "version": "0.0.32", "description": "Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.", "goBinary": { "name": "pathfinder",