Update version numbers
This commit is contained in:
parent
06c153c5fd
commit
720e16f1ce
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
var ConfigMessage = &gmproto.ConfigVersion{
|
||||
Year: 2024,
|
||||
Month: 3,
|
||||
Day: 4,
|
||||
Day: 13,
|
||||
V1: 4,
|
||||
V2: 6,
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ package util
|
|||
|
||||
const GoogleAPIKey = "AIzaSyCA4RsOZUFrm9whhtGosPlJLmVPnfSHKz8"
|
||||
const UserAgent = "Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36"
|
||||
const SecUA = `"Google Chrome";v="113", "Chromium";v="113", "Not-A.Brand";v="24"`
|
||||
const SecUA = `"Google Chrome";v="123", "Chromium";v="123", "Not-A.Brand";v="24"`
|
||||
const UAPlatform = "Android"
|
||||
const XUserAgent = "grpc-web-javascript/0.1"
|
||||
const QRCodeURLBase = "https://support.google.com/messages/?p=web_computer#?c="
|
||||
|
|
Loading…
Reference in a new issue