Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit e1f92a5

Browse files
author
LaunchDarklyCI
committed
Version 2.0.33 automatically generated from ld-openapi@3162f3d.
1 parent 8639c56 commit e1f92a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ build_request_path() {
828828
print_help() {
829829
cat <<EOF
830830
831-
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 2.0.32)${OFF}
831+
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 2.0.33)${OFF}
832832
833833
${BOLD}${WHITE}Usage${OFF}
834834
@@ -1016,7 +1016,7 @@ echo -e " \\t\\t\\t\\t(e.g. 'https://app.launchdarkly.com')"
10161016
##############################################################################
10171017
print_about() {
10181018
echo ""
1019-
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 2.0.32)${OFF}"
1019+
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 2.0.33)${OFF}"
10201020
echo ""
10211021
echo -e "License: Apache 2.0"
10221022
echo -e "Contact: [email protected]"
@@ -1036,7 +1036,7 @@ echo "$appdescription" | paste -sd' ' | fold -sw 80
10361036
##############################################################################
10371037
print_version() {
10381038
echo ""
1039-
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 2.0.32)${OFF}"
1039+
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 2.0.33)${OFF}"
10401040
echo ""
10411041
}
10421042

openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
license:
1111
name: Apache 2.0
1212
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
13-
version: 2.0.32
13+
version: 2.0.33
1414
host: app.launchdarkly.com
1515
basePath: /api/v2
1616
schemes:

0 commit comments

Comments
 (0)