mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
dd3fb32ec7
Bumps [github.com/SevereCloud/vksdk/v2](https://github.com/SevereCloud/vksdk) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/SevereCloud/vksdk/releases) - [Commits](https://github.com/SevereCloud/vksdk/compare/v2.13.0...v2.13.1) --- updated-dependencies: - dependency-name: github.com/SevereCloud/vksdk/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 lines
189 B
Go
13 lines
189 B
Go
/*
|
|
Package vksdk implements the basic VK API functions.
|
|
|
|
Source https://github.com/SevereCloud/vksdk
|
|
*/
|
|
package vksdk
|
|
|
|
// Module constants.
|
|
const (
|
|
Version = "2.13.1"
|
|
API = "5.131"
|
|
)
|