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 Jan 6, 2022
1 parent fe5d24b commit 9c60ec3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "2.6.0",
"version": "2.6.1",
"license" : "BSD-3-Clause",
"private": true,
"dependencies": {
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__ = '2.6.0'
__version__ = '2.6.1'
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
__docs__ = 'https://defectdojo.github.io/django-DefectDojo'
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: "2.6.0"
appVersion: "2.6.1"
description: A Helm chart for Kubernetes to install DefectDojo
name: defectdojo
version: 1.6.24
Expand Down

0 comments on commit 9c60ec3

Please sign in to comment.