We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0597aba + f044273 commit 7f5c69cCopy full SHA for 7f5c69c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.19.0
+current_version = 0.19.1
3
commit = True
4
message = [skip ci] Bump version: {current_version} -> {new_version}
5
lib/ibm_watson/version.rb
# frozen_string_literal: true
module IBMWatson
- VERSION = "0.19.0"
+ VERSION = "0.19.1"
end
0 commit comments