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 9d42ae9 commit af1a83bCopy full SHA for af1a83b
components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "defectdojo",
3
- "version": "2.6.0",
+ "version": "2.6.1",
4
"license" : "BSD-3-Clause",
5
"private": true,
6
"dependencies": {
dojo/__init__.py
@@ -6,6 +6,6 @@
7
default_app_config = 'dojo.apps.DojoAppConfig'
8
9
-__version__ = '2.6.0'
+__version__ = '2.6.1'
10
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
11
__docs__ = 'https://defectdojo.github.io/django-DefectDojo'
helm/defectdojo/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
-appVersion: "2.6.0"
+appVersion: "2.6.1"
description: A Helm chart for Kubernetes to install DefectDojo
name: defectdojo
version: 1.6.24
0 commit comments