We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec08ff2 commit 78cf1b4Copy full SHA for 78cf1b4
.bumpversion.cfg
@@ -1,9 +1,8 @@
1
[bumpversion]
2
-current_version = 2.0.1
+current_version = 2.0.2
3
commit = True
4
message = [skip ci] Bump version: {current_version} -> {new_version}
5
6
[bumpversion:file:lib/ibm_watson/version.rb]
7
search = {current_version}
8
replace = {new_version}
9
-
lib/ibm_watson/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module IBMWatson
- VERSION = "2.0.1"
+ VERSION = "2.0.2"
end
0 commit comments