Browse Source

Bump Unix Doorstop version

ghorsington 4 years ago
parent
commit
3eae7e2a00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.cake

+ 1 - 1
build.cake

@@ -5,7 +5,7 @@
 #addin nuget:?package=Newtonsoft.Json&version=11.0.2
 
 const string DOORSTOP_VER_WIN = "3.0.0.0";
-const string DOORSTOP_VER_NIX = "1.1.0.0";
+const string DOORSTOP_VER_NIX = "1.2.0.0";
 const string DOORSTOP_DLL = "version.dll";
 
 var target = Argument("target", "Build");