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