We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4892f76 commit 0e539acCopy full SHA for 0e539ac
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "gitxray"
7
-version = "1.0.18"
+version = "1.0.19"
8
authors = [
9
{ name="Lucas Lavarello", email="llavarello@kulkan.com" },
10
]
src/gitxray/gitxray.py
@@ -20,7 +20,7 @@ def gitxray_cli():
20
░░██████ ░░██████
21
░░░░░░ ░░░░░░
22
gitxray: X-Ray and analyze GitHub Repositories and their Contributors. Trust no one!
23
-v1.0.18 - Developed by Kulkan Security [www.kulkan.com] - Penetration testing by creative minds.
+v1.0.19 - Developed by Kulkan Security [www.kulkan.com] - Penetration testing by creative minds.
24
"""+"#"*gx_definitions.SCREEN_SEPARATOR_LENGTH)
25
26
# Let's initialize a Gitxray context, which parses arguments and more.
0 commit comments