This commit is contained in:
2019-04-08 22:58:53 +00:00
parent e1b7755d75
commit e9e2d324b2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
cd C:\data\code\raven\server\AyaNova\
dotnet publish -o C:\data\code\raven\dist\docker\linux-x64\ayanovadocker\files\ -c Release
pause

View File

@@ -11,7 +11,7 @@ namespace AyaNova.Util
{
get
{
return "8.0.0-alpha.2019.01.18";
return "8.0.0-alpha.2019.April.08";
}
}