Update version info

This commit is contained in:
Piotr Biernat 2023-05-16 21:32:48 +02:00
parent 90f107a0df
commit f5c4ab09d5

View File

@ -14,7 +14,7 @@ import (
)
const (
CLIENT_VERSION = "v0.2"
CLIENT_VERSION = "v1.0"
HEADER_CLIENT_TOKEN = "X-Client-App-Token"
HEADER_USER_AGENT = "User-Agent"
)