diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ce9a338..0720f70 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.27.0-pre +appVersion: v1.28.0-pre diff --git a/helm/values.yaml b/helm/values.yaml index 3ceeba9..e3643fa 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,6 +1,6 @@ quaiCicd: image: name: quainetwork/quai-cicd - version: v1.27.0-pre + version: v1.28.0-pre env: quai-dev replicas: 1 diff --git a/package-lock.json b/package-lock.json index 45a828d..2f3a484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sample-js-project", - "version": "v1.27.0-pre", + "version": "v1.28.0-pre", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sample-js-project", - "version": "v1.27.0-pre" + "version": "v1.28.0-pre" } } } diff --git a/package.json b/package.json index c800184..7eb1b4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sample-js-project", - "version": "v1.27.0-pre", + "version": "v1.28.0-pre", "scripts": { "build": "echo 'Building JS project...' && echo $BUILD_ENV" },