Skip to content

Commit

Permalink
chore(release): 4.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.4](v4.0.3...v4.0.4) (2020-06-22)

### Bug Fixes

* **tests:** deactive role user tests ([bdef58b](bdef58b))
  • Loading branch information
semantic-release-bot committed Jun 22, 2020
1 parent 598da4e commit 664e636
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.4](https://github.com/hexonet/java-sdk/compare/v4.0.3...v4.0.4) (2020-06-22)


### Bug Fixes

* **tests:** deactive role user tests ([bdef58b](https://github.com/hexonet/java-sdk/commit/bdef58bb4480743fa3ea7efefbd2ffe3d6306aa6))

## [4.0.3](https://github.com/hexonet/java-sdk/compare/v4.0.2...v4.0.3) (2020-05-18)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<groupId>net.hexonet.apiconnector</groupId>
<artifactId>java-sdk</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
<packaging>jar</packaging>
<name>java-sdk</name>
<description>A connector library for the insanely fast HEXONET backend API.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/hexonet/apiconnector/APIClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public String getReferer() {
* @return module version
*/
public String getVersion() {
return "4.0.3";
return "4.0.4";
}

/**
Expand Down

0 comments on commit 664e636

Please sign in to comment.