Skip to content

Commit 0ca76f3

Browse files
Merge pull request #1983 from blacklanternsecurity/bump-version
Bump version
2 parents 3945fd1 + f0e9d41 commit 0ca76f3

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.1.2"
3+
version = "2.2.0"
44
description = "OSINT automation for hackers."
55
authors = [
66
"TheTechromancer",
@@ -101,7 +101,7 @@ extend-exclude = "(test_step_1/test_manager_*)"
101101
[tool.poetry-dynamic-versioning]
102102
enable = true
103103
metadata = false
104-
format-jinja = 'v2.1.2{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
104+
format-jinja = 'v2.2.0{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
105105

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

0 commit comments

Comments
 (0)