diff --git a/VERSION b/VERSION index c6c5f9cc..e1c2ab6c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.52 +2.0.53 diff --git a/command/update/update.go b/command/update/update.go index 828e1dac..a6146b66 100644 --- a/command/update/update.go +++ b/command/update/update.go @@ -45,7 +45,7 @@ func runUpdate(cmd *cobra.Command) error { fmt.Fprintln(w, pterm.Green("✓")+" Platform: "+runtime.GOOS+"/"+runtime.GOARCH) fmt.Fprintln(w, pterm.Green("✓")+" Version: v"+state.Version) - applyClient := &http.Client{Timeout: 30 * time.Second} + applyClient := &http.Client{Timeout: 5 * time.Minute} data, err := update.DownloadUpdate(applyClient, state) if err != nil { return fmt.Errorf("downloading update: %w", err)