Skip to content

Commit 6a70854

Browse files
committed
Split off 9.4.136
Signed-off-by: Jake Smith <[email protected]>
1 parent f45449d commit 6a70854

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

helm/hpcc/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ type: application
66

77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
9-
version: 9.4.135-closedown0
9+
version: 9.4.137-closedown0
1010

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

14-
appVersion: 9.4.135-closedown0
14+
appVersion: 9.4.137-closedown0

helm/hpcc/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ Pass in dict with .root, .visibility defined
14731473
{{- end -}}
14741474

14751475
{{- define "hpcc.generateHelmVersion" -}}
1476-
helmVersion: 9.4.135-closedown0
1476+
helmVersion: 9.4.137-closedown0
14771477
{{- end -}}
14781478

14791479
{{/*

version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set ( HPCC_NAME "Community Edition" )
55
set ( HPCC_PROJECT "community" )
66
set ( HPCC_MAJOR 9 )
77
set ( HPCC_MINOR 4 )
8-
set ( HPCC_POINT 135 )
8+
set ( HPCC_POINT 137 )
99
set ( HPCC_MATURITY "closedown" )
1010
set ( HPCC_SEQUENCE 0 )
11-
set ( HPCC_TAG_TIMESTAMP "2025-02-21T16:51:02Z" )
11+
set ( HPCC_TAG_TIMESTAMP "2025-02-27T17:08:01Z" )
1212
###

0 commit comments

Comments
 (0)