Skip to content

Commit

Permalink
[EPMDEDP-6888]: Introduce consistent versioning
Browse files Browse the repository at this point in the history
Change-Id: I23e10f9745dca681abf46f98c3a9955956bda96d
  • Loading branch information
MykolaMarusenko committed Jul 8, 2021
1 parent dcad017 commit da54f5e
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 CD Pipeline Operator
home: https://solutionshub.epam.com/solution/epam-delivery-platform
name: cd-pipeline-operator
type: application
version: v2.8.0
appVersion: v2.8.0
version: 2.8.0
appVersion: 2.8.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 @@
{
"cd-pipeline-operator": "v2.8.0"
"cd-pipeline-operator": "2.8.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 = "v2.8.0"
Version = "2.8.0"
)

0 comments on commit da54f5e

Please sign in to comment.