Add lib version string

This commit is contained in:
Chun-Hung Tseng
2023-09-10 10:06:22 +00:00
parent 5bfa15b567
commit 5a40ccff1d

View File

@@ -1,6 +1,8 @@
package proton_api_bridge
var (
LIB_VERSION = "1.0.0"
UPLOAD_BLOCK_SIZE = 4 * 1024 * 1024 // 4 MB
UPLOAD_BATCH_BLOCK_SIZE = 8
/*