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 7, 2021
1 parent 9d224fd commit 0679579
Show file tree
Hide file tree
Showing 3 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": "2.5.0-dev",
"version": "2.5.0",
"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.5.0-dev'
__version__ = '2.5.0'
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
__docs__ = 'https://defectdojo.github.io/django-DefectDojo'
4 changes: 2 additions & 2 deletions helm/defectdojo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "2.5.0-dev"
appVersion: "2.5.0"
description: A Helm chart for Kubernetes to install DefectDojo
name: defectdojo
version: 1.6.23-dev
version: 1.6.23
icon: https://www.defectdojo.org/img/favicon.ico
maintainers:
- name: madchap
Expand Down

0 comments on commit 0679579

Please sign in to comment.