From ecba6a5421a362c5dd01bdd2089bb2eea671db70 Mon Sep 17 00:00:00 2001 From: feyris-tan <4116042+feyris-tan@users.noreply.github.com> Date: Sat, 9 May 2026 18:40:45 +0200 Subject: [PATCH] raise version to 19. --- skyscraper8/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyscraper8/VersionInfo.cs b/skyscraper8/VersionInfo.cs index d1b953c..ca31e46 100644 --- a/skyscraper8/VersionInfo.cs +++ b/skyscraper8/VersionInfo.cs @@ -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() {