Skip to content

Commit 36dea66

Browse files
authored
Merge pull request PlatONnetwork#307 from benbaley/master
Update binary file download patch
2 parents 73db249 + d7a069f commit 36dea66

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/PlatON命令行工具.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ USAGE:
1616
platon [options] command [command options] [arguments...]
1717
1818
VERSION:
19-
1.4.2-unstable
19+
1.4.4-unstable
2020
2121
COMMANDS:
2222
account Manage accounts

docs/成为主网验证节点.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ ntpq -4c rv | grep leap_none
6464
Ubuntu 18.04:
6565

6666
```bash
67-
sudo wget https://download.platon.network/platon/platon/1.4.2/platon -O /usr/bin/platon
67+
sudo wget https://download.platon.network/platon/platon/1.4.4/platon -O /usr/bin/platon
6868
sudo wget https://download.platon.network/platon/platon/1.4.2/platonkey -O /usr/bin/platonkey
6969
```
7070

7171
Ubuntu 20.04 or higher:
7272

7373
```bash
74-
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.4.2/platon -O /usr/bin/platon
74+
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.4.4/platon -O /usr/bin/platon
7575
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.4.2/platonkey -O /usr/bin/platonkey
7676
```
7777

@@ -85,11 +85,11 @@ After executing the commands above, `platon` and` platonkey` binary should be s
8585
After you execute the platon version, please double check whether your Git Commit value is consistent with the following, if it is consistent, it means that it has been installed correctly:
8686

8787
> PlatON<br />
88-
> Version: 1.4.2-unstable<br />
89-
> Git Commit: <font color='red'>382e9431034c9a3a2e9d748598d6770242743f54</font><br />
88+
> Version: 1.4.4-unstable<br />
89+
> Git Commit: <font color='red'>af1168d0b62febf53913cb1ceebaa6413d3ba9b3</font><br />
9090
> Git Commit Date: 20230719<br />
9191
> Architecture: amd64<br />
92-
> Go Version: go1.18.10<br />
92+
> Go Version: go1.22.8<br />
9393
> Operating System: linux<br />
9494
> ...<br />
9595

docs/接入开发网.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ https://devnet2openapi.platon.network/rpc or wss://devnet2openapi.platon.network
3232
#### Access method 1: Connect to the DevNet via the local PlatON node
3333
on the ubuntu 18.04 server, download and install the PlatON binary with the following command:
3434
```bash
35-
sudo wget https://download.platon.network/platon/platon/1.4.2/platon -P /usr/bin
35+
sudo wget https://download.platon.network/platon/platon/1.4.4/platon -P /usr/bin
3636
```
3737
Connect to the development network by.
3838
```bash

website/i18n/zh-CN/docusaurus-plugin-content-docs/current/成为主网验证节点.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ ntpq -4c rv | grep leap_none
6363
Ubuntu 18.04:
6464

6565
```bash
66-
sudo wget https://download.platon.network/platon/platon/1.4.2/platon -O /usr/bin/platon
66+
sudo wget https://download.platon.network/platon/platon/1.4.4/platon -O /usr/bin/platon
6767
sudo wget https://download.platon.network/platon/platon/1.4.2/platonkey -O /usr/bin/platonkey
6868
```
6969

7070
Ubuntu 20.04 or higher:
7171

7272
```bash
73-
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.4.2/platon -O /usr/bin/platon
73+
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.4.4/platon -O /usr/bin/platon
7474
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.4.2/platonkey -O /usr/bin/platonkey
7575
```
7676

@@ -84,11 +84,11 @@ platon version
8484
当您执行完platon version后,请您仔细检查您的Git Commit值是否与下面一致,若一致则表明已经正确安装:
8585

8686
> PlatON<br />
87-
> Version: 1.4.2-unstable<br />
88-
> Git Commit: <font color='red'>382e9431034c9a3a2e9d748598d6770242743f54</font><br />
87+
> Version: 1.4.4-unstable<br />
88+
> Git Commit: <font color='red'>af1168d0b62febf53913cb1ceebaa6413d3ba9b3</font><br />
8989
> Git Commit Date: 20230719<br />
9090
> Architecture: amd64<br />
91-
> Go Version: go1.18.10<br />
91+
> Go Version: go1.22.8<br />
9292
> Operating System: linux<br />
9393
> ...<br />
9494

0 commit comments

Comments
 (0)