feat: added version to Logo

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-06-13 20:04:17 +02:00
parent 2a73df7f58
commit b0e5a14eaf
2 changed files with 7 additions and 2 deletions

View file

@ -6,6 +6,8 @@ namespace ImageBoardServerApp.Util;
public class TheManager
{
public static string version = "1.0.0-r1";
private static long getDiff(PostData post)
{
return (DateTimeOffset.Now.ToUnixTimeMilliseconds() - post.CreatedAt);