Skip to content

Commit

Permalink
1. merge develop 2. update version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
punk8 committed Apr 21, 2023
1 parent 2724d58 commit 7236cea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/XDAGJ_Cli_Wallet_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ total 95464
drwxr-xr-x 4 xdager wheel 128 5 24 14:22 .
drwxr-xr-x 16 xdager wheel 512 5 24 14:21 ..
-rwxr-xr-x 1 xdager wheel 275 5 24 14:21 xdag.sh
-rw-r--r-- 1 xdager wheel 48869970 5 24 14:21 xdagj-0.6.2-shaded.jar
-rw-r--r-- 1 xdager wheel 48869970 5 24 14:21 xdagj-0.6.3-shaded.jar
```

## Usage
Expand Down Expand Up @@ -185,5 +185,5 @@ This command is used to display the xdagj version number.

```shell
xdager@localhost xdag_full_node % ./xdag.sh --version
0.6.2
0.6.3
```
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.6.2</version>
<version>0.6.3</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.6.2"
set XDAG_VERSION="0.6.3"
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.6.2"
XDAG_VERSION="0.6.3"
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.6.2";
public static final String CLIENT_VERSION = "0.6.3";

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

0 comments on commit 7236cea

Please sign in to comment.