Browse Source

Community Edition 7.10.20-rc2 Release Candidate 2

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 năm trước cách đây
mục cha
commit
c8b800a25b
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  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.10.20-rc1
+version: 7.10.20-rc2
 
 # 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.10.20-rc1
+appVersion: 7.10.20-rc2

+ 1 - 1
version.cmake

@@ -7,5 +7,5 @@ set ( HPCC_MAJOR 7 )
 set ( HPCC_MINOR 10 )
 set ( HPCC_POINT 20 )
 set ( HPCC_MATURITY "rc" )
-set ( HPCC_SEQUENCE 1 )
+set ( HPCC_SEQUENCE 2 )
 ###