Skip to content

Commit 6a3e3ab

Browse files
committed
Fix teleroute plugin DEBUG switch.
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent 3390c6b commit 6a3e3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ var defaultTeleroute = Teleroute{ //nolint:gochecknoglobals // constant
898898
Registry: "ghcr.io",
899899
Namespace: "telepresenceio",
900900
Repository: "teleroute",
901-
Tag: "0.3.0",
901+
Tag: "0.3.1",
902902
}
903903

904904
func (tr *Teleroute) defaults() DefaultsAware {

0 commit comments

Comments
 (0)