raise version to 19.
Some checks failed
🚀 Pack skyscraper8 / make-zip (push) Failing after 40s

This commit is contained in:
feyris-tan 2026-05-09 18:40:45 +02:00
parent 6b83c4d198
commit ecba6a5421

View File

@ -4,7 +4,7 @@ namespace skyscraper8;
public class VersionInfo
{
private const int PUBLIC_RELEASE = 18;
private const int PUBLIC_RELEASE = 19;
public static int GetPublicReleaseNumber()
{