Skip to content

Commit

Permalink
Bump version v2.1.7 -> v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Apr 23, 2024
1 parent 9fe01ae commit 1fb6c6e
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.1.7"
version = "v2.2.0"
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.1.7)
Installing the current project: attack-flow (2.2.0)
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.1.7
Attack Flow version 2.2.0
.. 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.1.7"
version = "2.2.0"
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.1.7",
"version": "2.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 1fb6c6e

Please sign in to comment.