From ca94cabcff03c8d15811261ef1585bdc437282d9 Mon Sep 17 00:00:00 2001 From: Lee Richmond Date: Mon, 13 Jan 2020 08:25:18 -0500 Subject: [PATCH] bump version --- lib/graphiti/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphiti/version.rb b/lib/graphiti/version.rb index 3f7710e0..87a8fcd6 100644 --- a/lib/graphiti/version.rb +++ b/lib/graphiti/version.rb @@ -1,3 +1,3 @@ module Graphiti - VERSION = "1.2.13" + VERSION = "1.2.14" end