Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
[EPMDEDP-6976]: Bump version to 2.8.1
Browse files Browse the repository at this point in the history
Change-Id: Ie05c54204b00482596a8b7ea22c104cedfb9490f
  • Loading branch information
Orfey95 committed Aug 3, 2021
1 parent 907c57a commit 2df292f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A Helm chart for EDP Reconciler
home: https://solutionshub.epam.com/solution/epam-delivery-platform
name: reconciler
type: application
version: 2.8.0
appVersion: 2.8.0
version: 2.8.1
appVersion: 2.8.1
maintainers:
- name: EPAM EDP Team
sources:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"reconciler": "2.8.0"
"reconciler": "2.8.1"
}
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "2.8.0"
Version = "2.8.1"
)

0 comments on commit 2df292f

Please sign in to comment.