From 026898b3c9e887374d98bbab7e3ee3e6d5dcbcb7 Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Tue, 6 Dec 2016 11:15:31 +0000 Subject: [PATCH] Bumped the version to 2.4.0 --- build/default.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/default.ps1 b/build/default.ps1 index 117ad3f..2b5f6ed 100644 --- a/build/default.ps1 +++ b/build/default.ps1 @@ -10,7 +10,7 @@ properties { $isAppVeyor = Test-Path -Path env:\APPVEYOR - $version = "2.4.0-beta2" + $version = "2.4.0" $tempDir = "$binDir\temp" $binariesDir = "$binDir\binaries"