Skip to content

Commit fa687ce

Browse files
authored
Merge pull request #460 from Microsoft/users/ersciple/m104ver
Bump version to 2.104.1
2 parents 3b6e290 + 8a2d0b3 commit fa687ce

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.104.0";
41+
public static readonly string Version = "2.104.1";
4242

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

0 commit comments

Comments
 (0)