diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-02-02 11:40:10 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-02-02 11:40:10 -0800 |
commit | 119835ea0cf68f0003299cb3e285ae7d8d744af4 (patch) | |
tree | 5ccf065adcd5deb9e0048494db142c2da5b2df69 | |
parent | 832fee94ecb743adbdb16b94ffb9d6e23c6dfd89 (diff) | |
download | fatcat-cli-119835ea0cf68f0003299cb3e285ae7d8d744af4.tar.gz fatcat-cli-119835ea0cf68f0003299cb3e285ae7d8d744af4.zip |
codegen: bump to released/stable 5.0.0
-rwxr-xr-x | rust/codegen_openapi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/codegen_openapi.sh b/rust/codegen_openapi.sh index f86b276..5c14a95 100755 --- a/rust/codegen_openapi.sh +++ b/rust/codegen_openapi.sh @@ -8,7 +8,7 @@ OUTPUT=`pwd`/fatcat-openapi mkdir -p $OUTPUT cat ../fatcat-openapi3.yml | grep -v "TAGLINE$" | perl -0777 -pe "s/<\!-- STARTLONGDESCRIPTION -->.*<\!-- ENDLONGDESCRIPTION -->//s" > $OUTPUT/api.yaml -export OPENAPI_GENERATOR_VERSION=5.0.0-SNAPSHOT +export OPENAPI_GENERATOR_VERSION=5.0.0 ./openapi-generator-cli.sh \ generate \ --generator-name rust-server \ |