Skip to content

Commit

Permalink
chore: bump to v4 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamsjokvist authored Dec 28, 2023
1 parent 48c8273 commit 6b69c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func main() {

var wailsCtx context.Context
err = wails.Run(&options.App{
Title: `CFN Tracker v3`,
Title: fmt.Sprintf(`CFN Tracker v%s`, appVersion),
Assets: assets,
Width: 920,
Height: 450,
Expand Down

0 comments on commit 6b69c5a

Please sign in to comment.