Pārlūkot izejas kodu

Split off 8.0.64

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 gadi atpakaļ
vecāks
revīzija
ed6756d24a
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 2 2
      helm/hpcc/Chart.yaml
  2. 1 1
      version.cmake

+ 2 - 2
helm/hpcc/Chart.yaml

@@ -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: 8.0.63-closedown0
+version: 8.0.65-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: 8.0.63-closedown0
+appVersion: 8.0.65-closedown0

+ 1 - 1
version.cmake

@@ -5,7 +5,7 @@ set ( HPCC_NAME "Community Edition" )
 set ( HPCC_PROJECT "community" )
 set ( HPCC_MAJOR 8 )
 set ( HPCC_MINOR 0 )
-set ( HPCC_POINT 63 )
+set ( HPCC_POINT 65 )
 set ( HPCC_MATURITY "closedown" )
 set ( HPCC_SEQUENCE 0 )
 ###