We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb2457 commit 2eb0b48Copy full SHA for 2eb0b48
1 file changed
main.py
@@ -19,7 +19,6 @@
19
CodebaseTracker,
20
GitManager,
21
CPGGenerator,
22
- JoernServerClient,
23
JoernServerManager,
24
PortManager,
25
QueryExecutor,
@@ -29,7 +28,7 @@
29
28
from src.tools import register_tools
30
31
# Version information - bump this when releasing new versions
32
-VERSION = "0.3.1-beta"
+VERSION = "0.3.2-beta"
33
34
# Global service instances
35
services = {}
0 commit comments