We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c343a9 commit 6bc7d9eCopy full SHA for 6bc7d9e
2 files changed
README.md
@@ -6,7 +6,7 @@
6
<p align="center">
7
Incident Response Investigation System
8
<br>
9
- <i>Current Version v2.5.0-bv1</i>
+ <i>Current Version v2.5.0-bv2</i>
10
11
<a href="https://v200.beta.dfir-iris.org">Online Demonstration</a>
12
</p>
source/app/configuration.py
@@ -230,7 +230,7 @@ class CeleryConfig:
230
231
class Config:
232
# Handled by bumpversion
233
- IRIS_VERSION = "v2.5.0-bv1" # DO NOT EDIT THIS LINE MANUALLY
+ IRIS_VERSION = "v2.5.0-bv2" # DO NOT EDIT THIS LINE MANUALLY
234
235
if os.environ.get('IRIS_DEMO_VERSION') is not None and os.environ.get('IRIS_DEMO_VERSION') != 'None':
236
IRIS_VERSION = os.environ.get('IRIS_DEMO_VERSION')
0 commit comments