Skip to content

Commit

Permalink
release 2.134.2 agent to fix corrupted OSX agent package.
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang committed May 22, 2018
1 parent 7ed37e4 commit d903bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releaseNote.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Features
N/A
## Bugs
- Fix regression in tfvc gated check-in. #1573
N/A
## Misc
N/A

Expand Down
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 @@ -44,7 +44,7 @@ public enum OSPlatform

public static class Agent
{
public static readonly string Version = "2.134.1";
public static readonly string Version = "2.134.2";

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

0 comments on commit d903bb0

Please sign in to comment.