Skip to content

Commit 77c73bc

Browse files
committed
2.75.6
Automatically generated by python-semantic-release
1 parent 326c07d commit 77c73bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

common/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
CFG = Config()
1111

12-
APP_VERSION = "2.75.5"
12+
APP_VERSION = "2.75.6"
1313
TIMESTAMP_LAST_REPO_BASED_EVAL = "last_eval_repo_based"
1414
VMAAS_CVES_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/cves"
1515
VMAAS_REPOS_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/repos"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ profile = "black"
1212

1313
[project]
1414
name = "vulnerability-engine"
15-
version = "2.75.5"
15+
version = "2.75.6"
1616
readme = "README.md"
1717
packages = []
1818
package-mode = false

0 commit comments

Comments
 (0)