Selaa lähdekoodia

Community Edition 7.12.4-1 Gold

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 vuotta sitten
vanhempi
commit
3a541de3fc
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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.4-rc1
+version: 7.12.4
 
 # 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.4-rc1
+appVersion: 7.12.4

+ 1 - 1
version.cmake

@@ -6,6 +6,6 @@ set ( HPCC_PROJECT "community" )
 set ( HPCC_MAJOR 7 )
 set ( HPCC_MINOR 12 )
 set ( HPCC_POINT 4 )
-set ( HPCC_MATURITY "rc" )
+set ( HPCC_MATURITY "release" )
 set ( HPCC_SEQUENCE 1 )
 ###