From 4591a55a396fc3fc037fc262aacd8050b2f6dc76 Mon Sep 17 00:00:00 2001 From: Squirrel Developer Date: Fri, 13 Sep 2024 16:32:27 +0200 Subject: [PATCH] Update server version to 0.1.18 This commit updates the server version in the `current-user.json` file from 0.1.17 to 0.1.18. This change ensures compatibility with the latest dependencies and includes any relevant fixes and improvements associated with the new version. --- server-demo/src/data/current-user.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-demo/src/data/current-user.json b/server-demo/src/data/current-user.json index ee07961a..7085ac60 100644 --- a/server-demo/src/data/current-user.json +++ b/server-demo/src/data/current-user.json @@ -92,7 +92,7 @@ "considerOffLineAfter": 3 }, "server": { - "version": "0.1.17", + "version": "0.1.18", "deps": { "@aws-sdk/client-ecr": "^3.632.0", "axios": "^1.7.4",