We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d47ab commit cb973b1Copy full SHA for cb973b1
1 file changed
ModdingTools/BuildData.cs
@@ -5,6 +5,6 @@ class BuildData
5
public const string UpdateUrl = "https://hat.ovh/omm_version.txt";
6
public const string ReleasesPage = "https://github.com/mcu8/OpenModManager/releases/latest";
7
public const string ChangeLogUrl = "https://hat.ovh/omm_changelog.php";
8
- public const long CurrentVersion = 153;
+ public const long CurrentVersion = 154;
9
}
10
0 commit comments