Skip to content

Commit

Permalink
Release v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akeyless-ci committed Jan 31, 2024
1 parent 475be7f commit fb46709
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -1511,9 +1511,4 @@ lib/akeyless/models/windows_service_attributes.rb
lib/akeyless/models/windows_target_details.rb
lib/akeyless/models/zero_ssl_target_details.rb
lib/akeyless/version.rb
spec/models/create_auth_method_oci_output_spec.rb
spec/models/create_auth_method_oci_spec.rb
spec/models/oci_access_rules_spec.rb
spec/models/update_auth_method_oci_output_spec.rb
spec/models/update_auth_method_oci_spec.rb
spec/spec_helper.rb
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ script:
- bundle install --path vendor/bundle
- bundle exec rspec
- gem build akeyless.gemspec
- gem install ./akeyless-3.6.0.gem
- gem install ./akeyless-3.6.1.gem
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.0
- Package version: 3.6.0
- Package version: 3.6.1
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
For more information, please visit [http://akeyless.io](http://akeyless.io)

Expand Down
2 changes: 1 addition & 1 deletion lib/akeyless/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module Akeyless
VERSION = '3.6.0'
VERSION = '3.6.1'
end

0 comments on commit fb46709

Please sign in to comment.