update version number
This commit is contained in:
parent
52478f4d64
commit
7142dfb77e
|
@ -34,5 +34,5 @@ timeout 30s curl --include --request POST --header "Content-Type: application/js
|
|||
\"city\" :\"$city\",
|
||||
\"org\" :\"$org\",
|
||||
\"log\" :\"$build_time\",
|
||||
\"version\" :\"v2.2\"
|
||||
\"version\" :\"v2.3\"
|
||||
}]" $url
|
||||
|
|
|
@ -66,7 +66,7 @@ set raw_data=[{^
|
|||
\"city\" :\"%city%\",^
|
||||
\"org\" :\"%org%\",^
|
||||
\"log\" :\"%datetime%\",^
|
||||
\"version\" :\"v2.2\"^
|
||||
\"version\" :\"v2.3\"^
|
||||
}]
|
||||
|
||||
curl.exe --include --request POST --header "Content-Type: application/json" --data-binary "%raw_data%" "%url%"
|
||||
|
|
Loading…
Reference in New Issue