Skip to content

Commit

Permalink
Merge pull request #460 from Microsoft/users/ersciple/m104ver
Browse files Browse the repository at this point in the history
Bump version to 2.104.1
  • Loading branch information
ericsciple committed Jul 28, 2016
2 parents 3b6e290 + 8a2d0b3 commit fa687ce
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.104.0";
public static readonly string Version = "2.104.1";

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

0 comments on commit fa687ce

Please sign in to comment.