From f65ec5932674ce1e0d04f9a9008f2f8c4c482a6c Mon Sep 17 00:00:00 2001 From: Phil Schanely Date: Mon, 4 May 2020 17:32:56 -0400 Subject: [PATCH] Version 0.14.0 (#227) --- lib/sage/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sage/version.rb b/lib/sage/version.rb index 67ea36393..b88dcc8b5 100644 --- a/lib/sage/version.rb +++ b/lib/sage/version.rb @@ -1,3 +1,3 @@ module Sage - VERSION = "0.13.0" + VERSION = "0.14.0" end