restore to .net 8.0

This commit is contained in:
2023-08-01 09:56:17 +08:00
parent f0dd540914
commit 155ca9ad9c
2 changed files with 14 additions and 13 deletions

View File

@ -11,7 +11,7 @@ internal sealed class Constants
public const string LastTokenName = "last_token";
public const string BaseUrl = "https://app.blahblaho.com";
public const string AppVersion = "0.2.731";
public const string AppVersion = "0.2.801";
public const string UserAgent = $"FlowerApp/{AppVersion}";
public const SQLiteOpenFlags SQLiteFlags =