Skip to content

Commit

Permalink
Misc: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
semux committed Aug 23, 2019
1 parent 6cea48b commit d93d046
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.semux</groupId>
<artifactId>semux</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>
<description>Semux is an experimental high-performance blockchain platform that powers decentralized application.</description>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/semux/config/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class Constants {
/**
* Version of this client.
*/
public static final String CLIENT_VERSION = "2.0.1";
public static final String CLIENT_VERSION = "2.0.2";

/**
* Algorithm name for the 256-bit hash.
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/semux/net/msg/MessageQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ public synchronized void deactivate() {
* Returns if this message queue is idle.
*
* NOTE that requests are no longer kept in the queue after we send them out.
* even through the message queue is idle, from our perspective, the peer
* may still be busy responding our requests.
* even through the message queue is idle, from our perspective, the peer may
* still be busy responding our requests.
*
* @return true if message queues are empty, otherwise false
*/
Expand Down

0 comments on commit d93d046

Please sign in to comment.