Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](v4.0.0...v4.0.1) (2020-05-18)

### Bug Fixes

* **semantic-release:** include APIClient.java in release commit to include the version number change ([e5de21d](e5de21d))
  • Loading branch information
semantic-release-bot committed May 18, 2020
1 parent e5de21d commit 33b0c97
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.1](https://github.com/hexonet/java-sdk/compare/v4.0.0...v4.0.1) (2020-05-18)


### Bug Fixes

* **semantic-release:** include APIClient.java in release commit to include the version number change ([e5de21d](https://github.com/hexonet/java-sdk/commit/e5de21d5532b5209c8cb1fe7da5ff651668d1438))

# [4.0.0](https://github.com/hexonet/java-sdk/compare/v3.2.0...v4.0.0) (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.0</version>
<version>4.0.1</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 "3.2.0";
return "4.0.1";
}

/**
Expand Down

0 comments on commit 33b0c97

Please sign in to comment.