SevereCloud / vksdk

Golang module for working with VK API
MIT License
192 stars 36 forks source link

Api version #281

Closed xjl0 closed 6 months ago

xjl0 commented 6 months ago

go get github.com/SevereCloud/vksdk/v2@latest uses 5.131 version api, not 5.199

SevereCloud commented 6 months ago

The new version(v3) of the library with api 5.199 has not yet been released. If you want 5.199, use

go get github.com/SevereCloud/vksdk/v2@master

In GitHub i temporarily changed the default branch from master to v2