瀏覽代碼

Split off 7.12.98

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 年之前
父節點
當前提交
b0e7040aa1
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      helm/hpcc/Chart.yaml
  2. 1 1
      version.cmake

+ 2 - 2
helm/hpcc/Chart.yaml

@@ -6,8 +6,8 @@ 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: 7.12.97-closedown0
+version: 7.12.99-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: 7.12.97-closedown0
+appVersion: 7.12.99-closedown0

+ 1 - 1
version.cmake

@@ -5,7 +5,7 @@ set ( HPCC_NAME "Community Edition" )
 set ( HPCC_PROJECT "community" )
 set ( HPCC_MAJOR 7 )
 set ( HPCC_MINOR 12 )
-set ( HPCC_POINT 97 )
+set ( HPCC_POINT 99 )
 set ( HPCC_MATURITY "closedown" )
 set ( HPCC_SEQUENCE 0 )
 ###