Skip to content

Commit

Permalink
Upgraded to version 1.3.07
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic1206 committed Feb 22, 2021
1 parent 5923e2c commit 82c5524
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ If you want to build and run pchain under Windows(Not recommended), you could re
If you want to know more about our Command Line Options,please consult our
[CLI Wiki page](https://github.com/pchain-org/pchain/wiki/Command-Line-Options)

### Please Check Your Pchain Client Version (Latest:1.3.6)
### Please Check Your Pchain Client Version (Latest:1.3.7)

```
$ pchain version
//1.3.6
//1.3.7
```

### Sync and run testnet
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/ethereum/go-ethereum/params/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
const (
Major = 1 // Major version component of the current release
Minor = 3 // Minor version component of the current release
Patch = 6 // Patch version component of the current release
Patch = 7 // Patch version component of the current release
Meta = "" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 82c5524

Please sign in to comment.