From dbc7274d39a55b73cd965689fe85fd9cbc9fa546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20H=C3=A4nni?= Date: Wed, 26 Oct 2022 10:47:53 +0200 Subject: [PATCH] Bump version to 0.11.0 --- Gemfile.lock | 2 +- lib/ioki/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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