Goodbye 2020 hello 2021

This commit is contained in:
2020-12-31 15:49:41 +00:00
parent 9d82ee64c8
commit 652c482cba
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ Response:
"v": 128 "v": 128
}, },
{ {
"v": "2020-01-28T12:10:46.212435Z" "v": "2021-01-28T12:10:46.212435Z"
}, },
{ {
"v": true "v": true

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary> /// </summary>
internal static class AyaNovaVersion internal static class AyaNovaVersion
{ {
public const string VersionString = "8.0.0-alpha.96"; public const string VersionString = "8.0.0-alpha.97";
public const string FullNameAndVersion = "AyaNova server " + VersionString; public const string FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc }//eoc
}//eons }//eons