Skip to content

Commit

Permalink
Release 0.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Apr 3, 2023
1 parent b808aeb commit 09c6bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ publishing {
maven(MavenPublication) {
groupId = 'dev.ravenapp'
artifactId = 'raven-java'
version = '0.0.52'
version = '0.0.53'
from components.java
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/raven/api/RavenApiClientImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static final class Builder implements RavenApiClient.Builder {

@Override
public RavenApiClient.Builder authKey(String authKey) {
this.clientOptionsBuilder.addHeader("Authorization", "AuthKey" + authKey);
this.clientOptionsBuilder.addHeader("Authorization", authKey);
return this;
}

Expand Down

0 comments on commit 09c6bdf

Please sign in to comment.