Skip to content

Commit

Permalink
fix: set Clear NDR version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regit committed Dec 9, 2024
1 parent 82b8037 commit 3bb49d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scirius/scirius/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
APP_MEDIUM_NAME = 'Clear NDR CE'
APP_SHORT_NAME = 'Clear NDR'
APP_MNGT_NAME = 'Suricata Management'
SCIRIUS_VERSION = "1.0.0"
SCIRIUS_VERSION = "0.9.0"
LOGO = 'rules/stamus.png'

ENGINE = "django.db.backends.postgresql"
Expand Down

0 comments on commit 3bb49d3

Please sign in to comment.