Skip to content

Commit

Permalink
Fix Downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Nov 14, 2024
1 parent 176f19b commit 955ff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func init() {
util.GitCommit = "Dev"
}

util.UserAgent = fmt.Sprintf("ftb-server-installer/%s", util.ReleaseVersion)
util.UserAgent = fmt.Sprintf("ftb-server-installer/1.0.0")

var err error
logFile, err = os.OpenFile("ftb-server-installer.log", os.O_CREATE|os.O_WRONLY|os.O_TRUNC, 0666)
Expand Down

0 comments on commit 955ff18

Please sign in to comment.