We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428a78b commit 43be73fCopy full SHA for 43be73f
src/Microsoft.VisualStudio.Services.Agent/Constants.cs
@@ -16,7 +16,7 @@ public enum OSPlatform
16
17
public static class Agent
18
{
19
- public static readonly string Version = "2.99.0";
+ public static readonly string Version = "2.100.0";
20
21
#if OS_LINUX
22
public static readonly OSPlatform Platform = OSPlatform.Linux;
0 commit comments