File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.0.rc1
2+ current_version = 0.20.1
33commit = True
44message = [skip ci] Bump version: {current_version} -> {new_version}
55
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module IBMWatson
4- VERSION = "1.0.0.rc3 "
4+ VERSION = "0.20.1 "
55end
You can’t perform that action at this time.
0 commit comments