Skip to content

Commit 5e08766

Browse files
authored
fix: use correct version in user-agent (#269)
1 parent 34141aa commit 5e08766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upcloud/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
Version string = "6.8.0"
18+
Version string = "6.8.1"
1919
APIVersion string = "1.3"
2020
APIBaseURL string = "https://api.upcloud.com"
2121

0 commit comments

Comments
 (0)