Skip to content

Commit bae6482

Browse files
authored
Merge pull request #559 from zendesk/bump-v3.0.4
Bump v3.0.4
2 parents b4cefc3 + 0836e54 commit bae6482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/zendesk_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ZendeskAPI
2-
VERSION = "3.0.3"
2+
VERSION = "3.0.4"
33
end

spec/live/cbp_support_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
end
156156

157157
describe ZendeskAPI::OauthClient do
158-
describe '/oauth/client' do
158+
describe '/oauth/clients' do
159159
it_behaves_like 'an endpoint that supports CBP' do
160160
let(:collection) { client.oauth_clients }
161161
end

0 commit comments

Comments
 (0)