Skip to content

Commit 04a08d8

Browse files
committed
update version used in README
1 parent bfba727 commit 04a08d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ cd generator
2121

2222
## Updating the OpenAPI
2323

24-
Updating the OpenAPI is only needed when a new version of ACA-Py is released. The process of updating the OpenAPI is mostly automated, you only need to run a few scripts. First determine the version you want for OpenAPI spec from the BCGov agent docker images (https://hub.docker.com/r/bcgovimages/aries-cloudagent/). Currently the default for the `retrieve-openapi.sh` script is "py36-1.16-1_0.8.1".
24+
Updating the OpenAPI is only needed when a new version of ACA-Py is released. The process of updating the OpenAPI is mostly automated, you only need to run a few scripts. First determine the version you want for OpenAPI spec from the BCGov agent docker images (https://hub.docker.com/r/bcgovimages/aries-cloudagent/). Currently the default for the `retrieve-openapi.sh` script is "py36-1.16-1_0.8.2".
2525

2626
After that you can run the following commands to update the `data/openapi.yml` file. This file should be committed.
2727

2828
```sh
2929
cd aries-cloudcontroller-python/generator
3030

31-
# Retrieve the open api file. Change `py36-1.16-1_0.8.1` if you want another version
31+
# Retrieve the open api file. Change `py36-1.16-1_0.8.2` if you want another version
3232
# See <https://hub.docker.com/r/bcgovimages/aries-cloudagent/tags> for official releases
33-
./scripts/retrieve-openapi.sh py36-1.16-1_0.8.1
33+
./scripts/retrieve-openapi.sh py36-1.16-1_0.8.2
3434

3535
# transform to OpenAPI V3
3636
./scripts/convert-to-openapi3-local.sh

0 commit comments

Comments
 (0)