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 cb76900 commit ab353c9Copy full SHA for ab353c9
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.1
+current_version = 0.1.2
3
commit = True
4
5
[bumpversion:file:lib/ibm_watson/version.rb]
lib/ibm_watson/version.rb
# frozen_string_literal: true
module IBMWatson
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end
0 commit comments