From 4f5417c8f811d16a0a47683fe44dd16ca9853acf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Jan 2020 19:09:35 +0000 Subject: [PATCH] [skip ci] Bump version: 1.1.0 -> 1.1.1 --- .bumpversion.cfg | 2 +- lib/ibm_cloud_sdk_core/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7f55095..b9f0577 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True message = [skip ci] Bump version: {current_version} -> {new_version} diff --git a/lib/ibm_cloud_sdk_core/version.rb b/lib/ibm_cloud_sdk_core/version.rb index 768d567..6ace7f2 100644 --- a/lib/ibm_cloud_sdk_core/version.rb +++ b/lib/ibm_cloud_sdk_core/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module IBMCloudSdkCore - VERSION = "1.1.0" + VERSION = "1.1.1" end