diff --git a/components/package.json b/components/package.json index a8d871e7356..340fcde82b0 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "defectdojo", - "version": "2.42.0", + "version": "2.42.1", "license" : "BSD-3-Clause", "private": true, "dependencies": { diff --git a/dojo/__init__.py b/dojo/__init__.py index 79dc67f72f9..c5a06c6f17c 100644 --- a/dojo/__init__.py +++ b/dojo/__init__.py @@ -4,6 +4,6 @@ # Django starts so that shared_task will use this app. from .celery import app as celery_app # noqa: F401 -__version__ = "2.42.0" +__version__ = "2.42.1" __url__ = "https://github.com/DefectDojo/django-DefectDojo" __docs__ = "https://documentation.defectdojo.com" diff --git a/helm/defectdojo/Chart.yaml b/helm/defectdojo/Chart.yaml index 3b6c3581684..5f5ce6805e6 100644 --- a/helm/defectdojo/Chart.yaml +++ b/helm/defectdojo/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.42.0" +appVersion: "2.42.1" description: A Helm chart for Kubernetes to install DefectDojo name: defectdojo -version: 1.6.167 +version: 1.6.168 icon: https://www.defectdojo.org/img/favicon.ico maintainers: - name: madchap