Skip to content

Commit

Permalink
updating appVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto V authored and iajrz committed Dec 2, 2021
1 parent f60142a commit a1fd8e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 = "RC-0.6.4"
AppVersion = "RC-0.6.4.1"
)

// NewPocketCoreApp is a constructor function for PocketCoreApp
Expand Down
3 changes: 3 additions & 0 deletions doc/releases/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
=======
## RC-0.6.4.1
- Fix for block Upgrade Height Testnet.

## RC-0.6.4
- Upped V1 Timeout
- Introduced Cache layer. Use --UseCache flag to run pocket with cache.
Expand Down

0 comments on commit a1fd8e3

Please sign in to comment.