aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-02-02 11:40:10 -0800
committerBryan Newbold <bnewbold@archive.org>2021-02-02 11:40:10 -0800
commit119835ea0cf68f0003299cb3e285ae7d8d744af4 (patch)
tree5ccf065adcd5deb9e0048494db142c2da5b2df69 /rust
parent832fee94ecb743adbdb16b94ffb9d6e23c6dfd89 (diff)
downloadfatcat-cli-119835ea0cf68f0003299cb3e285ae7d8d744af4.tar.gz
fatcat-cli-119835ea0cf68f0003299cb3e285ae7d8d744af4.zip
codegen: bump to released/stable 5.0.0
Diffstat (limited to 'rust')
-rwxr-xr-xrust/codegen_openapi.sh2
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 \