From 7ef7f4980649c9b7bebc43e7a78fce0ae672222c Mon Sep 17 00:00:00 2001 From: Timothy Mukaibo Date: Mon, 9 Dec 2019 16:07:52 +1100 Subject: [PATCH] Prepare version 1.4.6 --- lib/stackup/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stackup/version.rb b/lib/stackup/version.rb index b3c9f28..efa712d 100644 --- a/lib/stackup/version.rb +++ b/lib/stackup/version.rb @@ -1,5 +1,5 @@ module Stackup - VERSION = "1.4.5".freeze + VERSION = "1.4.6".freeze end