Skip to content

Commit 1b61518

Browse files
committed
build: update core version and bumpversion
1 parent 84f170b commit 1b61518

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0.rc1
2+
current_version = 0.20.1
33
commit = True
44
message = [skip ci] Bump version: {current_version} -> {new_version}
55

ibm_watson.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
3636
spec.add_runtime_dependency "eventmachine", "~> 1.2"
3737
spec.add_runtime_dependency "faye-websocket", "~> 0.10"
3838
spec.add_runtime_dependency "http", "~> 4.1.0"
39-
spec.add_runtime_dependency "ibm_cloud_sdk_core", "~> 1.0.0.rc5"
39+
spec.add_runtime_dependency "ibm_cloud_sdk_core", "~> 1.0"
4040
spec.add_runtime_dependency "jwt", "~> 2.2.1"
4141

4242
spec.add_development_dependency "bundler", "~> 1.16"

lib/ibm_watson/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module IBMWatson
4-
VERSION = "1.0.0.rc3"
4+
VERSION = "0.20.1"
55
end

0 commit comments

Comments
 (0)