From 05aaa81fe216a53ae0ac2b8e2bc9041cb4762eb3 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 16 Sep 2023 20:18:01 -0700 Subject: [PATCH] Upped version - ready for hotfix --- dev-scripts/build_and_push_release.sh | 2 +- src/utils/CaptainConstants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-scripts/build_and_push_release.sh b/dev-scripts/build_and_push_release.sh index e91bdb6..d15ecd1 100755 --- a/dev-scripts/build_and_push_release.sh +++ b/dev-scripts/build_and_push_release.sh @@ -44,7 +44,7 @@ echo $IMAGE_NAME:$CAPROVER_VERSION echo "**************************************" echo "**************************************" -FRONTEND_COMMIT_HASH=36b569a0e9f9170ea10c80c989119ac880db807b +FRONTEND_COMMIT_HASH=d22029558a22b5f072d182965ad4495266bada67 ## Building frontend app ORIG_DIR=$(pwd) diff --git a/src/utils/CaptainConstants.ts b/src/utils/CaptainConstants.ts index b2d9752..ba3abeb 100644 --- a/src/utils/CaptainConstants.ts +++ b/src/utils/CaptainConstants.ts @@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER = const configs = { publishedNameOnDockerHub: 'caprover/caprover', - version: '1.11.0', + version: '1.11.1', defaultMaxLogSize: '512m',