Skip to content

Commit

Permalink
Bump version v2.1.4 -> v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Jan 23, 2024
1 parent 20eaa27 commit a998f3c
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.0"
version = "v2.1.5"
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.0)
Installing the current project: attack-flow (2.1.5)
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.0
Attack Flow version 2.1.5
.. 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.0"
version = "2.1.5"
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.0",
"version": "2.1.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit a998f3c

Please sign in to comment.