From d4a3f8405c04733dc7ede1a56cd667e3fa6c158b Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 13 Jun 2025 14:00:15 +0200 Subject: [PATCH] chore: build latest --- .crow/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.crow/build.yaml b/.crow/build.yaml index 6ea1145..4f53612 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-version-to-build.txt - - echo "4.1.3" > r-version-to-build.txt + - echo "4.4.3" > r-version-to-build.txt - cat r-version-to-build.txt backend_options: kubernetes: