Skip to content

Commit c9887fc

Browse files
author
LaunchDarklyReleaseBot
committed
Version 16.1.1 automatically generated from ld-openapi.
1 parent 2eca582 commit c9887fc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ script:
1111
- bundle install --path vendor/bundle
1212
- bundle exec rspec
1313
- gem build launchdarkly_api.gemspec
14-
- gem install ./launchdarkly_api-16.1.0.gem
14+
- gem install ./launchdarkly_api-16.1.1.gem

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ To learn more about how EOL is determined, read LaunchDarkly's [End of Life (EOL
401401
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
402402

403403
- API version: 2.0
404-
- Package version: 16.1.0
404+
- Package version: 16.1.1
405405
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
406406
For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
407407

@@ -418,16 +418,16 @@ gem build launchdarkly_api.gemspec
418418
Then either install the gem locally:
419419

420420
```shell
421-
gem install ./launchdarkly_api-16.1.0.gem
421+
gem install ./launchdarkly_api-16.1.1.gem
422422
```
423423

424-
(for development, run `gem install --dev ./launchdarkly_api-16.1.0.gem` to install the development dependencies)
424+
(for development, run `gem install --dev ./launchdarkly_api-16.1.1.gem` to install the development dependencies)
425425

426426
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
427427

428428
Finally add this to the Gemfile:
429429

430-
gem 'launchdarkly_api', '~> 16.1.0'
430+
gem 'launchdarkly_api', '~> 16.1.1'
431431

432432
### Install from Git
433433

lib/launchdarkly_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module LaunchDarklyApi
14-
VERSION = '16.1.0'
14+
VERSION = '16.1.1'
1515
end

0 commit comments

Comments
 (0)