Skip to content

Commit

Permalink
Bump version to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koho authored Jun 19, 2024
1 parent 85f44b9 commit f33d72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

var (
Number = "1.16.0"
Number = "1.16.1"
// FRPVersion is the version of FRP used by this program
FRPVersion = version.Full()
// BuildDate is the day that this program was built
Expand Down
2 changes: 1 addition & 1 deletion ui/aboutpage.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (ap *AboutPage) Page() TabPage {
Layout: VBox{Margins: Margins{Left: 12}},
Children: []Widget{
Label{Text: AppName, Font: res.TextLarge, TextColor: res.ColorDarkBlue},
Label{Text: i18n.Sprintf("Version: %s", version.Number)},
Label{Text: i18n.Sprintf("Version: %s", version.Number) + " (Windows 7)"},
Label{Text: i18n.Sprintf("FRP version: %s", version.FRPVersion)},
Label{Text: i18n.Sprintf("Built on: %s", version.BuildDate)},
VSpacer{Size: 3},
Expand Down

0 comments on commit f33d72d

Please sign in to comment.