[release] version 0.5.0-unstable17

This commit is contained in:
Yann Stepienik 2023-05-16 19:38:10 +01:00
parent ed48fa6fac
commit cc849b756d
2 changed files with 1 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.5.0-unstable16",
"version": "0.5.0-unstable17",
"description": "",
"main": "test-server.js",
"bugs": {

View file

@ -24,10 +24,6 @@ func main() {
docker.BootstrapAllContainersFromTags()
// TODO DELET THIS BEFORE RELEASE
docker.CheckUpdatesAvailable()
version, err := docker.DockerClient.ServerVersion(context.Background())
if err == nil {
utils.Log("Docker API version: " + version.APIVersion)