Skip to content

Commit

Permalink
Update VNext version name
Browse files Browse the repository at this point in the history
  • Loading branch information
gboge committed Jul 10, 2017
1 parent 8023537 commit 0237bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KServer.cs
Expand Up @@ -114,7 +114,7 @@ public static string VersionName(this smo.Server s)
switch (s.VersionMajor.ToString() + "." + s.VersionMinor.ToString())
{
case "14.0":
version = "Sql Server VNext";
version = "Sql Server 2017";
break;
case "13.0":
version = "Sql Server 2016";
Expand Down

0 comments on commit 0237bcd

Please sign in to comment.