We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd0094 commit a878fe9Copy full SHA for a878fe9
src/Microsoft.VisualStudio.Services.Agent/Constants.cs
@@ -38,7 +38,7 @@ public enum OSPlatform
38
39
public static class Agent
40
{
41
- public static readonly string Version = "2.105.0";
+ public static readonly string Version = "2.105.1";
42
43
#if OS_LINUX
44
public static readonly OSPlatform Platform = OSPlatform.Linux;
0 commit comments