Skip to content

Commit

Permalink
updating appversion and changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto V authored and oten91 committed Nov 8, 2021
1 parent 31d7d35 commit d71dfef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
AppVersion = "BETA-0.6.3.11"
AppVersion = "RC-0.6.4"
)

// NewPocketCoreApp is a constructor function for PocketCoreApp
Expand Down
2 changes: 1 addition & 1 deletion doc/releases/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog
=======
## RC-0.6.X
## RC-0.6.4
- Upped V1 Timeout
- Introduced Cache layer. Use --UseCache flag to run pocket with cache.
- Introduced new rpc endpoint to check validator signingInfo (cli cmd available).
Expand Down

0 comments on commit d71dfef

Please sign in to comment.