From 4b3a87bbe43e07f39f332d5b04b84fad5fe25b4d Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 13 Jun 2025 12:40:20 +0200 Subject: [PATCH] chore: build 4.2.3 --- .crow/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.crow/build.yaml b/.crow/build.yaml index 1ab6777..abe3097 100644 --- a/.crow/build.yaml +++ b/.crow/build.yaml @@ -98,7 +98,7 @@ steps: commands: - apk add -q --no-cache curl - curl -s https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/r/r.rb | grep -o 'R-[0-9]*\.[0-9]*\.[0-9]*' | tr -d 'R-' | tr -d '"' | head -n 1 > r-release-version.txt - - echo "4.3.3" > r-release-version.txt + - echo "4.2.3" > r-release-version.txt - cat r-release-version.txt backend_options: kubernetes: