From 8635b3fb9624ceaa7086a4287c12a263e4509703 Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Tue, 5 Apr 2016 11:49:32 +0100 Subject: [PATCH] Bumped the version to 2.2.0 --- build/default.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/default.ps1 b/build/default.ps1 index 2d6a6a9..32e1d04 100644 --- a/build/default.ps1 +++ b/build/default.ps1 @@ -10,7 +10,7 @@ properties { $isAppVeyor = Test-Path -Path env:\APPVEYOR - $version = "2.2.0-beta2" + $version = "2.2.0" $tempDir = "$binDir\temp" $binariesDir = "$binDir\binaries"