Skip to content

Commit 6bc7d9e

Browse files
committed
[BV] Bump version to 2.5.0-bv2
1 parent 7c343a9 commit 6bc7d9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p align="center">
77
Incident Response Investigation System
88
<br>
9-
<i>Current Version v2.5.0-bv1</i>
9+
<i>Current Version v2.5.0-bv2</i>
1010
<br>
1111
<a href="https://v200.beta.dfir-iris.org">Online Demonstration</a>
1212
</p>

source/app/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class CeleryConfig:
230230

231231
class Config:
232232
# Handled by bumpversion
233-
IRIS_VERSION = "v2.5.0-bv1" # DO NOT EDIT THIS LINE MANUALLY
233+
IRIS_VERSION = "v2.5.0-bv2" # DO NOT EDIT THIS LINE MANUALLY
234234

235235
if os.environ.get('IRIS_DEMO_VERSION') is not None and os.environ.get('IRIS_DEMO_VERSION') != 'None':
236236
IRIS_VERSION = os.environ.get('IRIS_DEMO_VERSION')

0 commit comments

Comments
 (0)