From 5fe21602e1840883580e0e85ef29cbef11591d9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 08:30:49 +0000 Subject: [PATCH] chore(setup): bump gateway LKG to 2026.6.1 --- src/OpenClaw.SetupEngine/GatewayLkgVersion.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenClaw.SetupEngine/GatewayLkgVersion.cs b/src/OpenClaw.SetupEngine/GatewayLkgVersion.cs index 0ad083ee..9109f463 100644 --- a/src/OpenClaw.SetupEngine/GatewayLkgVersion.cs +++ b/src/OpenClaw.SetupEngine/GatewayLkgVersion.cs @@ -3,7 +3,7 @@ namespace OpenClaw.SetupEngine; public static class GatewayLkgVersion { public const string DefaultInstallUrl = "https://openclaw.ai/install-cli.sh"; - public const string LkgVersion = "2026.5.28"; + public const string LkgVersion = "2026.6.1"; public static string ResolveLkgVersion() => LkgVersion;