From f9913e7ea476fa61f60bc216f0720280d08ecc25 Mon Sep 17 00:00:00 2001 From: Shivasurya Date: Mon, 4 Nov 2024 20:31:20 -0500 Subject: [PATCH 1/2] Bump version to 0.0.31 --- sourcecode-parser/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcecode-parser/VERSION b/sourcecode-parser/VERSION index 8db6c8a4..700703b9 100644 --- a/sourcecode-parser/VERSION +++ b/sourcecode-parser/VERSION @@ -1 +1 @@ -0.0.30 \ No newline at end of file +0.0.31 \ No newline at end of file From 494d7c3ea4532d2ffebc63188c7aa2b6be590d80 Mon Sep 17 00:00:00 2001 From: Shivasurya Date: Mon, 4 Nov 2024 20:31:57 -0500 Subject: [PATCH 2/2] upgraded npm version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7621d6f..32a02d53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codepathfinder", - "version": "0.0.30", + "version": "0.0.31", "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",