Skip to content

Commit

Permalink
Update AppVersion to BETA-0.11.1 (pokt-network#1592)
Browse files Browse the repository at this point in the history
## Description

Increment AppVersion so that node runners can easily identify their
binary includes the patch e78e940.

<!-- reviewpad:summarize:start -->
### Summary generated by Reviewpad on 18 Jan 24 02:46 UTC
This pull request updates the AppVersion to BETA-0.11.1. The previous
version was BETA-0.11.0.
<!-- reviewpad:summarize:end -->
  • Loading branch information
msmania authored Jan 20, 2024
1 parent 89decd7 commit 48ac2c0
Showing 1 changed file with 1 addition 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 = "BETA-0.11.0"
AppVersion = "BETA-0.11.1"
)

// NewPocketCoreApp is a constructor function for PocketCoreApp
Expand Down

0 comments on commit 48ac2c0

Please sign in to comment.