Skip to content

Commit ec1acae

Browse files
Merge pull request #2971 from blacklanternsecurity/dev
Dev -> Stable 2.8.4
2 parents bf45b0b + 0f16c56 commit ec1acae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bbot"
3-
version = "2.8.3"
3+
version = "2.8.4"
44
description = "OSINT automation for hackers."
55
authors = [
66
"TheTechromancer",
@@ -123,7 +123,7 @@ lint.ignore = ["E402", "E711", "E713", "E721", "E741", "F403", "F405", "E501"]
123123
[tool.poetry-dynamic-versioning]
124124
enable = true
125125
metadata = false
126-
format-jinja = 'v2.8.3{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
126+
format-jinja = 'v2.8.4{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
127127

128128
[tool.poetry-dynamic-versioning.substitution]
129129
files = ["*/__init__.py"]

0 commit comments

Comments
 (0)