From 0cc14d11acb1b3cf654be0808039a41d3a1b0246 Mon Sep 17 00:00:00 2001 From: limited_dev Date: Tue, 13 Jun 2023 20:09:12 +0200 Subject: [PATCH] chore: change 1.0.0-r1 to 1.0.0-c1 Signed-off-by: limited_dev --- ImageBoardServerApp/Util/TheManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImageBoardServerApp/Util/TheManager.cs b/ImageBoardServerApp/Util/TheManager.cs index 20b7dac..6fa795d 100644 --- a/ImageBoardServerApp/Util/TheManager.cs +++ b/ImageBoardServerApp/Util/TheManager.cs @@ -6,7 +6,7 @@ namespace ImageBoardServerApp.Util; public class TheManager { - public static string version = "1.0.0-r1"; + public static string version = "1.0.0-c1"; private static long getDiff(PostData post) {