Skip to content

Commit 6bcf6fe

Browse files
Bump version: 0.1.0 → 0.1.1
1 parent 273ce3e commit 6bcf6fe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44

55
[bumpversion:file:lib/ibm_watson/version.rb]
66
search = {current_version}
7-
replace = {new_version}
7+
replace = {new_version}
8+

lib/ibm_watson/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module IBMWatson
4-
VERSION = "0.1.0"
4+
VERSION = "0.1.1"
55
end

0 commit comments

Comments
 (0)