[release] v0.16.3

This commit is contained in:
Yann Stepienik
2024-09-25 13:03:05 +01:00
parent fa4fbcd8e5
commit d43eabc646
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.16.3-unstable2",
"version": "0.16.3",
"description": "",
"main": "test-server.js",
"bugs": {

View File

@@ -55,7 +55,7 @@ func checkVersion() {
return
}
response, err := http.Get("https://api.cosmos-cloud.io/versions/" + myVersion)
response, err := http.Get("https://cosmos-cloud.io/versions/" + myVersion)
if err != nil {
utils.Error("checkVersion", err)
return