Skip to content

Commit

Permalink
Split off 9.8.42
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Nov 22, 2024
1 parent 94af6df commit ab280fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.8.41-closedown0
version: 9.8.43-closedown0

# 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.8.41-closedown0
appVersion: 9.8.43-closedown0
2 changes: 1 addition & 1 deletion helm/hpcc/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ Pass in dict with .root, .visibility defined
{{- end -}}

{{- define "hpcc.generateHelmVersion" -}}
helmVersion: 9.8.41-closedown0
helmVersion: 9.8.43-closedown0
{{- end -}}

{{/*
Expand Down
4 changes: 2 additions & 2 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 8 )
set ( HPCC_POINT 41 )
set ( HPCC_POINT 43 )
set ( HPCC_MATURITY "closedown" )
set ( HPCC_SEQUENCE 0 )
set ( HPCC_TAG_TIMESTAMP "2024-11-14T17:30:25Z" )
set ( HPCC_TAG_TIMESTAMP "2024-11-22T13:57:35Z" )
###

0 comments on commit ab280fe

Please sign in to comment.