Skip to content

Commit

Permalink
SNOW-989449: Bump curl build version after fix (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dprzybysz authored Feb 20, 2024
1 parent d8cfcdd commit aa450aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build_curl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@echo off
set CURL_SRC_VERSION=8.6.0
set CURL_BUILD_VERSION=1
set CURL_BUILD_VERSION=2
set CURL_VERSION=%CURL_SRC_VERSION%.%CURL_BUILD_VERSION%
call %*
goto :EOF
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function usage() {
set -o pipefail

CURL_SRC_VERSION=8.6.0
CURL_BUILD_VERSION=1
CURL_BUILD_VERSION=2
CURL_DIR=$CURL_SRC_VERSION
CURL_VERSION=${CURL_DIR}.${CURL_BUILD_VERSION}

Expand Down

0 comments on commit aa450aa

Please sign in to comment.