diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index ae23f518..53051a1d 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -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 diff --git a/.travis.yml b/.travis.yml index 25efd48b..1bb35df2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 2b36f0a3..6d58b851 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/lib/akeyless/version.rb b/lib/akeyless/version.rb index 4b9d65e8..d32a2850 100644 --- a/lib/akeyless/version.rb +++ b/lib/akeyless/version.rb @@ -11,5 +11,5 @@ =end module Akeyless - VERSION = '3.6.0' + VERSION = '3.6.1' end