Skip to content

Commit

Permalink
Support Windows version 1909
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 committed Nov 23, 2019
1 parent de9829d commit f30867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Win10BloatRemover
{
static class Program
{
public const string SUPPORTED_WINDOWS_RELEASE_ID = "1903";
public const string SUPPORTED_WINDOWS_RELEASE_ID = "1909";

private static void Main()
{
Expand Down

0 comments on commit f30867c

Please sign in to comment.