Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c339954

Browse files
committedOct 13, 2016
2.108.0 agent version
1 parent 65358e2 commit c339954

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.