From 892d0196acfc74c4dc8dabf810cf5e90a8542c53 Mon Sep 17 00:00:00 2001 From: robertlincecum Date: Tue, 5 Mar 2024 18:17:36 +0000 Subject: [PATCH] Rev'd main to Release v1.33.0-pre --- helm/Chart.yaml | 2 +- helm/values.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c218a3c..72dce0a 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.32.0-pre +appVersion: v1.33.0-pre diff --git a/helm/values.yaml b/helm/values.yaml index 32b9620..cfde4c7 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,6 +1,6 @@ quaiCicd: image: name: quainetwork/quai-cicd - version: v1.32.0-pre + version: v1.33.0-pre env: quai-dev replicas: 1 diff --git a/package-lock.json b/package-lock.json index 457f323..7852a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sample-js-project", - "version": "v1.32.0-pre", + "version": "v1.33.0-pre", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sample-js-project", - "version": "v1.32.0-pre" + "version": "v1.33.0-pre" } } } diff --git a/package.json b/package.json index b2cda17..bebdc43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sample-js-project", - "version": "v1.32.0-pre", + "version": "v1.33.0-pre", "scripts": { "build": "echo 'Building JS project...' && echo $BUILD_ENV" },