diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 76c49b9..8c3b141 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -17,4 +17,4 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: v1.29.0-pre +appVersion: v1.30.0-pre diff --git a/helm/values.yaml b/helm/values.yaml index 8870538..9da9224 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,6 +1,6 @@ quaiCicd: image: name: quainetwork/quai-cicd - version: v1.29.0-pre + version: v1.30.0-pre env: quai-dev replicas: 1 diff --git a/package-lock.json b/package-lock.json index d625a72..c27f068 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sample-js-project", - "version": "v1.29.0-pre", + "version": "v1.30.0-pre", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sample-js-project", - "version": "v1.29.0-pre" + "version": "v1.30.0-pre" } } } diff --git a/package.json b/package.json index 2a61571..e1d247a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sample-js-project", - "version": "v1.29.0-pre", + "version": "v1.30.0-pre", "scripts": { "build": "echo 'Building JS project...' && echo $BUILD_ENV" },