Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
semuxgo committed May 6, 2021
1 parent e139197 commit ccf5111
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log


## [v2.3.x](https://github.com/semuxproject/semux-core/tree/v2.3.0) (2021-05-06)

**Bug fixes:**
- Fixed the launching issue for macOS Big Sur

**Enhancements:**
- Migrated API specs to Open API 3.0


## [v2.2.x](https://github.com/semuxproject/semux-core/tree/v2.2.0) (2021-04-15)

This release brings in various bugfixes and enhancements to Semux Core.
Expand Down
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-core</artifactId>
<version>2.2.1</version>
<version>2.3.0</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 @@ -36,7 +36,7 @@ public class Constants {
/**
* Version of this client.
*/
public static final String CLIENT_VERSION = "2.2.1";
public static final String CLIENT_VERSION = "2.3.0";

/**
* Algorithm name for the 256-bit hash.
Expand Down

0 comments on commit ccf5111

Please sign in to comment.