This repository was archived by the owner on Sep 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 2.4.8
1
+ 2.4.17
Original file line number Diff line number Diff line change @@ -1173,7 +1173,7 @@ build_request_path() {
1173
1173
print_help () {
1174
1174
cat << EOF
1175
1175
1176
- ${BOLD}${WHITE} LaunchDarkly REST API command line client (API version 5.0.1 )${OFF}
1176
+ ${BOLD}${WHITE} LaunchDarkly REST API command line client (API version 5.0.2 )${OFF}
1177
1177
1178
1178
${BOLD}${WHITE} Usage${OFF}
1179
1179
@@ -1416,7 +1416,7 @@ echo -e " \\t\\t\\t\\t(e.g. 'https://app.launchdarkly.com')"
1416
1416
# #############################################################################
1417
1417
print_about () {
1418
1418
echo " "
1419
- echo -e " ${BOLD}${WHITE} LaunchDarkly REST API command line client (API version 5.0.1 )${OFF} "
1419
+ echo -e " ${BOLD}${WHITE} LaunchDarkly REST API command line client (API version 5.0.2 )${OFF} "
1420
1420
echo " "
1421
1421
echo -e " License: Apache 2.0"
1422
1422
echo -e
" Contact: [email protected] "
@@ -1436,7 +1436,7 @@ echo "$appdescription" | paste -sd' ' | fold -sw 80
1436
1436
# #############################################################################
1437
1437
print_version () {
1438
1438
echo " "
1439
- echo -e " ${BOLD} LaunchDarkly REST API command line client (API version 5.0.1 )${OFF} "
1439
+ echo -e " ${BOLD} LaunchDarkly REST API command line client (API version 5.0.2 )${OFF} "
1440
1440
echo " "
1441
1441
}
1442
1442
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 : 5.0.1
13
+ version : 5.0.2
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