Skip to content

Commit 38e0bcb

Browse files
Generate SDK with OpenAPI Generator Version (#153)
Co-authored-by: DX-Bandwidth <[email protected]>
1 parent 36b63c2 commit 38e0bcb

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
@@ -8,4 +8,4 @@ script:
88
- bundle install --path vendor/bundle
99
- bundle exec rspec
1010
- gem build bandwidth-sdk.gemspec
11-
- gem install ./bandwidth-sdk-11.0.0.gem
11+
- gem install ./bandwidth-sdk-1.0.0-dev.gem

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Bandwidth's Communication APIs
2222
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
2323

2424
- API version: 1.0.0
25-
- Package version: 11.0.0
25+
- Package version: 1.0.0-dev
2626
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
2727
For more information, please visit [https://dev.bandwidth.com](https://dev.bandwidth.com)
2828

@@ -45,16 +45,16 @@ gem build bandwidth-sdk.gemspec
4545
Then either install the gem locally:
4646

4747
```shell
48-
gem install ./bandwidth-sdk-11.0.0.gem
48+
gem install ./bandwidth-sdk-1.0.0-dev.gem
4949
```
5050

51-
(for development, run `gem install --dev ./bandwidth-sdk-11.0.0.gem` to install the development dependencies)
51+
(for development, run `gem install --dev ./bandwidth-sdk-1.0.0-dev.gem` to install the development dependencies)
5252

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

5555
Finally add this to the Gemfile:
5656

57-
gem 'bandwidth-sdk', '~> 11.0.0'
57+
gem 'bandwidth-sdk', '~> 1.0.0-dev'
5858

5959
### Install from Git
6060

lib/bandwidth-sdk/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 Bandwidth
14-
VERSION = '11.0.0'
14+
VERSION = '1.0.0-dev'
1515
end

0 commit comments

Comments
 (0)