diff --git a/.gitignore b/.gitignore
index 9231cfd7..075be6cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,5 @@ dist
src/c/
src/main/resources/native
src/main/resources/xdag-mainnet.config
+
+pool
\ No newline at end of file
diff --git a/docs/XDAGJ_PrivateChain_Turial_zh.md b/docs/XDAGJ_PrivateChain_Turial_zh.md
index 5b2527f7..db78a1c4 100644
--- a/docs/XDAGJ_PrivateChain_Turial_zh.md
+++ b/docs/XDAGJ_PrivateChain_Turial_zh.md
@@ -69,7 +69,7 @@
```shell
cd pool
- nohup java -jar xdagj-0.4.6-shaded.jar > xdagj.log 2>&1 &
+ nohup java -jar xdagj-0.4.7-shaded.jar > xdagj.log 2>&1 &
#等待系统启动完毕,采用telnet接入
telnet 127.0.0.1:6001
```
diff --git a/docs/XDAGJ_Private_Chain_Tutorial_eng.md b/docs/XDAGJ_Private_Chain_Tutorial_eng.md
index 6b827a4b..eefa952e 100644
--- a/docs/XDAGJ_Private_Chain_Tutorial_eng.md
+++ b/docs/XDAGJ_Private_Chain_Tutorial_eng.md
@@ -53,8 +53,8 @@
```shell
$mkdir run
- #Please copy xdag-testnet.config, xdag.sh & xdagj-0.4.6-shaded.jar into /run
- # xdag-testnet.config is in /src-main-resources; xdag.sh is in /script; xdagj-0.4.6-shaded.jar is in /target
+ #Please copy xdag-testnet.config, xdag.sh & xdagj-0.4.7-shaded.jar into /run
+ # xdag-testnet.config is in /src-main-resources; xdag.sh is in /script; xdagj-0.4.7-shaded.jar is in /target
$cd run
$sh xdag.sh -t
diff --git a/pom.xml b/pom.xml
index 1944cec2..84483c5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.xdag
xdagj
- 0.4.6
+ 0.4.7
UTF-8
@@ -279,7 +279,7 @@
+ tofile="${dist.base}/windows/xdag-devnet.config"/>
+ tofile="${dist.base}/linux/xdag-devnet.config"/>
@@ -314,7 +314,7 @@
+ tofile="${dist.base}/macos/xdag-devnet.config"/>
@@ -801,7 +801,7 @@
tech.pegasys.discovery
discovery
- 0.4.6
+ 0.4.7
log4j-api
diff --git a/src/main/java/io/xdag/config/Constants.java b/src/main/java/io/xdag/config/Constants.java
index 434da136..45d79161 100644
--- a/src/main/java/io/xdag/config/Constants.java
+++ b/src/main/java/io/xdag/config/Constants.java
@@ -74,7 +74,7 @@ public class Constants {
public static final String WALLET_FILE_NAME = "wallet.data";
- public static final String CLIENT_VERSION = "0.4.6";
+ public static final String CLIENT_VERSION = "0.4.7";
/**
* 同步问题 分叉高度