diff --git a/Gemfile.lock b/Gemfile.lock index e1d77fe2..0be7e5f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ioki-ruby (0.10.1) + ioki-ruby (0.11.0) faraday (~> 1.8) faraday_middleware (~> 1.2) openssl (>= 2.2.0) diff --git a/lib/ioki/version.rb b/lib/ioki/version.rb index 3801bdc7..6258b1bf 100644 --- a/lib/ioki/version.rb +++ b/lib/ioki/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ioki - VERSION = '0.10.1' + VERSION = '0.11.0' end