Skip to content

Commit a878fe9

Browse files
authored
bump agent version to 105.1
1 parent 9cd0094 commit a878fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.VisualStudio.Services.Agent/Constants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public enum OSPlatform
3838

3939
public static class Agent
4040
{
41-
public static readonly string Version = "2.105.0";
41+
public static readonly string Version = "2.105.1";
4242

4343
#if OS_LINUX
4444
public static readonly OSPlatform Platform = OSPlatform.Linux;

0 commit comments

Comments
 (0)