diff --git a/CloudController.cs b/CloudController.cs index f148434..372fdf5 100644 --- a/CloudController.cs +++ b/CloudController.cs @@ -108,7 +108,7 @@ public async Task CreateNewRunner(string arch, string size, string runne List srvKeys = sshKeys.Select(x => x.Id).ToList(); // Create new server - string runnerVersion = "2.315.0"; + string runnerVersion = "2.316.1"; string provisionVersion = $"v{profile.ScriptVersion}"; string customEnv = isCustom ? "1" : "0";