Skip to content

Commit

Permalink
Update versions in application files
Browse files Browse the repository at this point in the history
  • Loading branch information
DefectDojo release bot committed Dec 29, 2020
1 parent 12984f3 commit 0b61a1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DefectDojo",
"version": "1.11.0-dev",
"version": "1.11.0",
"dependencies": {
"JUMFlot": "jumjum123/JUMFlot#*",
"bootstrap": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion dojo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

default_app_config = 'dojo.apps.DojoAppConfig'

__version__ = '1.11.0-dev'
__version__ = '1.11.0'
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
__docs__ = 'http://defectdojo.readthedocs.io/'
2 changes: 1 addition & 1 deletion helm/defectdojo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.11.0-dev"
appVersion: "1.11.0"
description: A Helm chart for Kubernetes to install DefectDojo
name: defectdojo
version: 1.4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='DefectDojo',
version='1.11.0-dev',
version='1.11.0',
author='Greg Anderson',
description="Tool for managing vulnerability engagements",
install_requires=[
Expand Down

0 comments on commit 0b61a1c

Please sign in to comment.