fix: fixed index gramar, started working on fixing the register and login system

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-06-14 17:24:51 +02:00
parent a904313324
commit 5a31eb891e
5 changed files with 12 additions and 8 deletions

View file

@ -6,7 +6,7 @@ namespace ImageBoardServerApp.Util;
public class TheManager
{
public static string version = "v1.0.0-rc2";
public static string version = "v1.0.0-rc3";
private static long getDiff(PostData post)
{