From 119835ea0cf68f0003299cb3e285ae7d8d744af4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Feb 2021 11:40:10 -0800 Subject: codegen: bump to released/stable 5.0.0 --- rust/codegen_openapi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3