Skip to content

Commit 2eb0b48

Browse files
committed
bump version to 0.3.2-beta
1 parent 7fb2457 commit 2eb0b48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
CodebaseTracker,
2020
GitManager,
2121
CPGGenerator,
22-
JoernServerClient,
2322
JoernServerManager,
2423
PortManager,
2524
QueryExecutor,
@@ -29,7 +28,7 @@
2928
from src.tools import register_tools
3029

3130
# Version information - bump this when releasing new versions
32-
VERSION = "0.3.1-beta"
31+
VERSION = "0.3.2-beta"
3332

3433
# Global service instances
3534
services = {}

0 commit comments

Comments
 (0)