From 2d54f56df3577f9c53b20378f8fa9dc67faf30d6 Mon Sep 17 00:00:00 2001 From: Tipi CI Date: Tue, 28 Jan 2025 17:58:56 +0000 Subject: [PATCH] Update app version [ready] --- apps/octobot/config.json | 6 +++--- apps/octobot/docker-compose.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/octobot/config.json b/apps/octobot/config.json index bc8174a9b5..143da63ec6 100644 --- a/apps/octobot/config.json +++ b/apps/octobot/config.json @@ -5,8 +5,8 @@ "exposable": true, "dynamic_config": true, "id": "octobot", - "tipi_version": 17, - "version": "2.0.7", + "tipi_version": 18, + "version": "2.0.8", "categories": ["automation", "finance"], "description": "OctoBot is a highly customizable trading bot using its configuration and tentacles system. You can build your own bot using the infinite configuration possibilities such as technical analysis, social media processing or even external statistics management like google trends.", "short_desc": "Octobot is a powerful open-source cryptocurrency trading robot.", @@ -15,6 +15,6 @@ "form_fields": [], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1736983630321, + "updated_at": 1738087134000, "$schema": "../app-info-schema.json" } diff --git a/apps/octobot/docker-compose.json b/apps/octobot/docker-compose.json index b485699bc1..6802c95f75 100644 --- a/apps/octobot/docker-compose.json +++ b/apps/octobot/docker-compose.json @@ -3,7 +3,7 @@ "services": [ { "name": "octobot", - "image": "drakkarsoftware/octobot:2.0.7", + "image": "drakkarsoftware/octobot:2.0.8", "isMain": true, "internalPort": 5001, "environment": {