Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMLK committed Mar 13, 2023
1 parent 1d62ad6 commit f932644
Show file tree
Hide file tree
Showing 4 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 @@ -6,7 +6,7 @@

<groupId>io.xdag</groupId>
<artifactId>xdagj</artifactId>
<version>0.5.5</version>
<version>0.6.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion script/xdag.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set XDAG_VERSION="0.5.5"
set XDAG_VERSION="0.6.0"
set XDAG_JARNAME="xdagj-%XDAG_VERSION%-shaded.jar"
set XDAG_OPTS="-t"

Expand Down
2 changes: 1 addition & 1 deletion script/xdag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ulimit -n unlimited

XDAG_VERSION="0.5.5"
XDAG_VERSION="0.6.0"
XDAG_JARNAME="xdagj-${XDAG_VERSION}-shaded.jar"
XDAG_OPTS="-t"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/xdag/config/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class Constants {

public static final String WALLET_FILE_NAME = "wallet.data";

public static final String CLIENT_VERSION = "0.5.5";
public static final String CLIENT_VERSION = "0.6.0";

/**
* 同步问题 分叉高度
Expand Down

0 comments on commit f932644

Please sign in to comment.