chore: change 1.0.0-r1 to 1.0.0-c1

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-06-13 20:09:12 +02:00
parent 5588e299ac
commit 0cc14d11ac

View file

@ -6,7 +6,7 @@ namespace ImageBoardServerApp.Util;
public class TheManager 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) private static long getDiff(PostData post)
{ {