Skip to content

Commit

Permalink
fix: version text.
Browse files Browse the repository at this point in the history
  • Loading branch information
cangzhang committed Sep 8, 2021
1 parent c8cf1c4 commit e257b26
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 @@ -60,7 +60,7 @@ func main() {
Icon: icon,
Children: []Widget{
TextLabel{
Text: "Version v" + tagName + "(" + sha + ")",
Text: "Version " + tagName + "(" + sha + ")",
},
PushButton{
Text: "Run",
Expand Down

0 comments on commit e257b26

Please sign in to comment.