blob: 9d70254e988e63f05767cff700b0f4c0019f093f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
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"
)
|