We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421295f commit 59af7e4Copy full SHA for 59af7e4
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 = 158;
+ public const long CurrentVersion = 159;
9
}
10
0 commit comments