Skip to content

Commit 64b0208

Browse files
author
jay7958
committed
updated version number to 1.0.3
1 parent 842cf23 commit 64b0208

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/roles/webserver/templates/settings.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SECURE_SSL_REDIRECT = True
88
SESSION_COOKIE_HTTPONLY = True
99
CSRF_COOKIE_HTTPONLY = True
1010
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
11-
VERSION = '1.0.2'
11+
VERSION = '1.0.3'
1212

1313
# Enable this if you have SSL turned on
1414
# SESSION_COOKIE_SECURE = True

dojo/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
SESSION_COOKIE_HTTPONLY = True
99
CSRF_COOKIE_HTTPONLY = True
1010
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
11-
VERSION = '1.0.2'
11+
VERSION = '1.0.3'
1212

1313
# Uncomment this line if you enable SSL
1414
# SESSION_COOKIE_SECURE = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='DefectDojo',
7-
version='1.0.2',
7+
version='1.0.3',
88
author='Greg Anderson',
99
description="Tool for managing vulnerability engagements",
1010
install_requires=[

0 commit comments

Comments
 (0)