Skip to content

Commit

Permalink
bump agent version to 105.6 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang committed Sep 7, 2016
1 parent 6f8129e commit b3827d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.VisualStudio.Services.Agent/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public enum OSPlatform

public static class Agent
{
public static readonly string Version = "2.105.5";
public static readonly string Version = "2.105.6";

#if OS_LINUX
public static readonly OSPlatform Platform = OSPlatform.Linux;
Expand Down

0 comments on commit b3827d0

Please sign in to comment.