Skip to content

Commit

Permalink
Bump version of UI
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Feb 17, 2024
1 parent 512bf81 commit c3ec7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govisor/ui/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (a *App) GetClient() *rest.Client {
}

func (a *App) GetAppName() string {
return "Govisor v1.2"
return "Govisor v1.3"
}

func NewApp(client *rest.Client, url string) *App {
Expand Down

0 comments on commit c3ec7d8

Please sign in to comment.