Skip to content

Commit

Permalink
fix user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Oct 6, 2023
1 parent 65f7ecd commit 3c22916
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import (

var name = "rainbow"
var version = buildVersion()

// var userAgent = name + "/" + version
var userAgent = name + "/" + version

func buildVersion() string {
var revision string
Expand Down

0 comments on commit 3c22916

Please sign in to comment.