From 70e657c2c63ff641428e8f46592b8b7116d7e273 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 2 Mar 2019 16:24:00 +1300 Subject: [PATCH] Bump version. --- lib/build/environment/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build/environment/version.rb b/lib/build/environment/version.rb index f6d30a8..990f43e 100644 --- a/lib/build/environment/version.rb +++ b/lib/build/environment/version.rb @@ -1,5 +1,5 @@ module Build class Environment - VERSION = "1.4.0" + VERSION = "1.5.0" end end