add daprRuntimeVersion to code example (#3208)

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-02-24 16:33:51 -06:00 committed by GitHub
parent 6f4b110442
commit 74865bffaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ curl http://localhost:3500/v1.0/metadata
],
"extended": {
"cliPID":"1031040",
"appCommand":"uvicorn --port 3000 demo_actor_service:app"
"appCommand":"uvicorn --port 3000 demo_actor_service:app",
"daprRuntimeVersion": "1.10.0"
},
"components":[
{