瀏覽代碼

Update doorstop version in build script

Bepis 3 年之前
父節點
當前提交
2acb7c800e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.cake

+ 1 - 1
build.cake

@@ -92,7 +92,7 @@ Task("Build")
     }
 });
 
-const string DOORSTOP_VER_WIN = "3.0.2.2";
+const string DOORSTOP_VER_WIN = "3.1.0.0";
 const string DOORSTOP_VER_UNIX = "1.3.0.0";
 const string MONO_VER = "2020.11.08";
 const string DOORSTOP_DLL = "winhttp.dll";