From 914998980ea23c445bb8763ff28b6aac5295cc61 Mon Sep 17 00:00:00 2001 From: poignatov Date: Thu, 1 Jan 2026 18:24:00 +0300 Subject: [PATCH] v2.0.1: Fix Go version for Docker build --- VERSION | 2 +- play-life-web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 227cea2..38f77a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.0.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index 9464840..610deb3 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "scripts": { "dev": "vite",