We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806359c commit 43b2b6dCopy full SHA for 43b2b6d
1 file changed
pyadrecon_adws.py
@@ -69,7 +69,7 @@ class ldaptypes:
69
print("[*] openpyxl not available - Excel export disabled")
70
71
# Constants
72
-VERSION = "v0.3.8" # Automatically updated by CI/CD pipeline during release
+VERSION = "v0.3.9" # Automatically updated by CI/CD pipeline during release
73
BANNER = f"""
74
╔═══════════════════════════════════════════════════════════════════
75
║ PyADRecon-ADWS {VERSION} - Python AD Reconnaissance Tool (ADWS)
0 commit comments