We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5a63a commit 809622eCopy full SHA for 809622e
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 = 155;
+ public const long CurrentVersion = 156;
9
}
10
0 commit comments