Skip to content

Commit 8cb1794

Browse files
committed
Merge commit 'f890048af9484dfe08eeec9b627f7dea8e603557'
bump version
1 parent 1db37d9 commit 8cb1794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.0
2+
current_version = 1.5.0
33
commit = True
44
message = [skip ci] Bump version: {current_version} -> {new_version}
55

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 = "1.4.0"
4+
VERSION = "1.5.0"
55
end

0 commit comments

Comments
 (0)