Skip to content

Commit

Permalink
update version to 1.5.01
Browse files Browse the repository at this point in the history
  • Loading branch information
richard9219 committed Nov 28, 2022
1 parent 4156474 commit 183f770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,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://pliangroup.gitbook.io/plian/using-the-blockchain/advanced-features/command-line-options)

### Please Check Your Pchain Client Version (Latest:1.5.00)
### Please Check Your Pchain Client Version (Latest:1.5.01)

```
$ pchain version
//1.5.00
//1.5.01
```

### Sync and run testnet
Expand Down
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 = 5 // Minor version component of the current release
Patch = 00 // Patch version component of the current release
Patch = 01 // Patch version component of the current release
Meta = "" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 183f770

Please sign in to comment.