Update internal/update/update.go

Raphael Amorim and Andrey Nering created

Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>

Change summary

internal/update/update.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/update/update.go 🔗

@@ -15,7 +15,7 @@ import (
 
 const (
 	githubAPIURL = "https://api.github.com/repos/charmbracelet/crush/releases/latest"
-	userAgent    = "crush-update-check"
+	userAgent    = "crush/1.0"
 )
 
 // Release represents a GitHub release.