Skip to content

Commit

Permalink
Update AppVersion to RC-0.11.1 (#1595)
Browse files Browse the repository at this point in the history
This patch promotes BETA to RC to create a release tag (instead of pre-release).  There is no functional change between two tags.
  • Loading branch information
msmania authored Jan 24, 2024
1 parent 3aadc69 commit e47bc70
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.1"
AppVersion = "RC-0.11.1"
)

// NewPocketCoreApp is a constructor function for PocketCoreApp
Expand Down

0 comments on commit e47bc70

Please sign in to comment.