1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

1.18.0-CU2 for windows

This commit is contained in:
Kyle Spearrin 2018-03-30 14:41:02 -04:00
parent b703eeefdb
commit 2a1fcbaf9d

View File

@ -21,7 +21,7 @@ namespace Bit.Setup
// Lock Windows at mssql CU2 due to various problems with later mssql docker builds.
if(os == "win")
{
MssqlVersion = "1.16.0";
MssqlVersion = "1.18.0-CU2";
}
}