update version

This commit is contained in:
idea4good 2023-03-28 12:59:45 +08:00
parent 8f8a8fabf4
commit 1bc009c7b9
2 changed files with 2 additions and 2 deletions

View File

@ -34,5 +34,5 @@ timeout 30s curl --include --request POST --header "Content-Type: application/js
\"city\" :\"$city\",
\"org\" :\"$org\",
\"log\" :\"$build_time\",
\"version\" :\"v2.3\"
\"version\" :\"v3.0\"
}]" $url

View File

@ -66,7 +66,7 @@ set raw_data=[{^
\"city\" :\"%city%\",^
\"org\" :\"%org%\",^
\"log\" :\"%datetime%\",^
\"version\" :\"v2.3\"^
\"version\" :\"v3.0\"^
}]
curl.exe --include --request POST --header "Content-Type: application/json" --data-binary "%raw_data%" "%url%"