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.
1 parent 273ce3e commit 6bcf6feCopy full SHA for 6bcf6fe
.bumpversion.cfg
@@ -1,7 +1,8 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = True
4
5
[bumpversion:file:lib/ibm_watson/version.rb]
6
search = {current_version}
7
-replace = {new_version}
+replace = {new_version}
8
+
lib/ibm_watson/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module IBMWatson
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments