This repository was archived by the owner on Sep 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ build_request_path() {
828
828
print_help () {
829
829
cat << EOF
830
830
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}
832
832
833
833
${BOLD}${WHITE} Usage${OFF}
834
834
@@ -1016,7 +1016,7 @@ echo -e " \\t\\t\\t\\t(e.g. 'https://app.launchdarkly.com')"
1016
1016
# #############################################################################
1017
1017
print_about () {
1018
1018
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} "
1020
1020
echo " "
1021
1021
echo -e " License: Apache 2.0"
1022
1022
echo -e
" Contact: [email protected] "
@@ -1036,7 +1036,7 @@ echo "$appdescription" | paste -sd' ' | fold -sw 80
1036
1036
# #############################################################################
1037
1037
print_version () {
1038
1038
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} "
1040
1040
echo " "
1041
1041
}
1042
1042
Original file line number Diff line number Diff line change 10
10
license :
11
11
name : Apache 2.0
12
12
url : ' http://www.apache.org/licenses/LICENSE-2.0.html'
13
- version : 2.0.32
13
+ version : 2.0.33
14
14
host : app.launchdarkly.com
15
15
basePath : /api/v2
16
16
schemes :
You can’t perform that action at this time.
0 commit comments