Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 1031d4a

Browse files
author
Juanjo Alvarez
committed
Upgrade SDK dependency
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent fc928b6 commit 1031d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
LIBUAST_ARCH = "linux-amd64"
1818
SDK_V1_VERSION = "v1.16.1"
1919
SDK_V1_MAJOR = SDK_V1_VERSION.split('.')[0]
20-
SDK_V2_VERSION = "v2.12.0"
20+
SDK_V2_VERSION = "v2.15.0"
2121
SDK_V2_MAJOR = SDK_V2_VERSION.split('.')[0]
2222

2323
FORMAT_ARGS = globals()

0 commit comments

Comments
 (0)