Skip to content

Commit

Permalink
Community Edition 9.4.100-rc1 Release Candidate 1
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Sep 27, 2024
1 parent 3d49341 commit 921d7e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions helm/hpcc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 9.4.99-closedown0
version: 9.4.100-rc1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.

appVersion: 9.4.99-closedown0
appVersion: 9.4.100-rc1
2 changes: 1 addition & 1 deletion helm/hpcc/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ Pass in dict with .root, .visibility defined
{{- end -}}

{{- define "hpcc.generateHelmVersion" -}}
helmVersion: 9.4.99-closedown0
helmVersion: 9.4.100-rc1
{{- end -}}

{{/*
Expand Down
8 changes: 4 additions & 4 deletions version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set ( HPCC_NAME "Community Edition" )
set ( HPCC_PROJECT "community" )
set ( HPCC_MAJOR 9 )
set ( HPCC_MINOR 4 )
set ( HPCC_POINT 99 )
set ( HPCC_MATURITY "closedown" )
set ( HPCC_SEQUENCE 0 )
set ( HPCC_TAG_TIMESTAMP "2024-09-23T15:30:37Z" )
set ( HPCC_POINT 100 )
set ( HPCC_MATURITY "rc" )
set ( HPCC_SEQUENCE 1 )
set ( HPCC_TAG_TIMESTAMP "2024-09-27T11:20:42Z" )
###

0 comments on commit 921d7e8

Please sign in to comment.