Skip to content

Commit 43be73f

Browse files
version is 2.100.0
1 parent 428a78b commit 43be73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.VisualStudio.Services.Agent/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public enum OSPlatform
1616

1717
public static class Agent
1818
{
19-
public static readonly string Version = "2.99.0";
19+
public static readonly string Version = "2.100.0";
2020

2121
#if OS_LINUX
2222
public static readonly OSPlatform Platform = OSPlatform.Linux;

0 commit comments

Comments
 (0)