Skip to content

Commit

Permalink
Bump version v2.2.6 -> v2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Jul 9, 2024
1 parent bf5a3f6 commit 6ad0ace
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Center for Threat-Informed Defense"

# The full version, including alpha/beta/rc tags
version = "v2.2.6"
version = "v2.2.7"
release = version


Expand Down
4 changes: 2 additions & 2 deletions docs/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies do not conflict with other Python packages you may have installed.
...
Installing the current project: attack-flow (2.2.6)
Installing the current project: attack-flow (2.2.7)
Finally, enter the virtualenv. You can check if the installation succeeded by running
the ``af`` command.
Expand All @@ -65,7 +65,7 @@ the ``af`` command.
$ poetry shell
py[attack-flow] $ af version
Attack Flow version 2.2.6
Attack Flow version 2.2.7
.. warning::

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "attack-flow"
version = "2.2.6"
version = "2.2.7"
description = "Attack Flow helps executives, SOC managers, and defenders easily understand how attackers compose ATT&CK techniques into attacks by developing a representation of attack flows, modeling attack flows for a small corpus of incidents, and creating visualization tools to display attack flows."
authors = [
"Desiree Beck <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/attack_flow_builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "attack-flow-builder",
"version": "2.2.6",
"version": "2.2.7",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 6ad0ace

Please sign in to comment.