From bc1d5eaa5e3d6ef5eeee04ae4fbdab929837a029 Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Wed, 23 Mar 2016 14:15:14 +0000 Subject: [PATCH] Bumped the version to 2.2.0-beta2 --- build/default.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/default.ps1 b/build/default.ps1 index 12c2843..2d6a6a9 100644 --- a/build/default.ps1 +++ b/build/default.ps1 @@ -10,7 +10,7 @@ properties { $isAppVeyor = Test-Path -Path env:\APPVEYOR - $version = "2.2.0-beta1" + $version = "2.2.0-beta2" $tempDir = "$binDir\temp" $binariesDir = "$binDir\binaries"