Skip to content

Commit

Permalink
bump version for github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jun 12, 2024
1 parent 578cb15 commit 5d2619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public async Task<string> CreateNewRunner(string arch, string size, string runne
List<long> srvKeys = sshKeys.Select(x => x.Id).ToList();

// Create new server
string runnerVersion = "2.316.1";
string runnerVersion = "2.317.0";
string provisionVersion = $"v{profile.ScriptVersion}";
string customEnv = isCustom ? "1" : "0";

Expand Down

0 comments on commit 5d2619c

Please sign in to comment.