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

Commit

Permalink
[EPMDEDP-7087]: Bump version to 2.9.0
Browse files Browse the repository at this point in the history
Change-Id: I2382da0b7d65d53a43c967421948a4861f2b0b07
  • Loading branch information
MykolaMarusenko committed Sep 28, 2021
1 parent a3b379c commit 8ccc6d4
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.9.0-SNAPSHOT
appVersion: 2.9.0-SNAPSHOT
version: 2.9.0
appVersion: 2.9.0
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.9.0-SNAPSHOT"
"reconciler": "2.9.0"
}
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.9.0-SNAPSHOT"
Version = "2.9.0"
)

0 comments on commit 8ccc6d4

Please sign in to comment.