Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilps authored Sep 11, 2018
1 parent 3696731 commit 41287ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lc0_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func getExtraParams() map[string]string {
return map[string]string{
"user": *user,
"password": *password,
"version": "17",
"version": "18",
"token": strconv.Itoa(randId),
}
}
Expand Down

0 comments on commit 41287ea

Please sign in to comment.