Skip to content

Commit

Permalink
Increment config version
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed Apr 16, 2023
1 parent 26ec598 commit c7d6af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs
Expand Up @@ -14,7 +14,7 @@ public class ConfigurationFileFormat
/// <summary>
/// The current version of the file format
/// </summary>
public const int CurrentVersion = 45;
public const int CurrentVersion = 46;

/// <summary>
/// Version of the configuration file format
Expand Down Expand Up @@ -390,4 +390,4 @@ public void SaveConfig(string path)
JsonHelper.SerializeToFile(path, this, ConfigurationFileFormatSettings.SerializerContext.ConfigurationFileFormat);
}
}
}
}

0 comments on commit c7d6af2

Please sign in to comment.