From e58665fd4fd4f619a3b2526f8c51ce319d87ceaa Mon Sep 17 00:00:00 2001 From: Lee Richmond Date: Thu, 25 Apr 2019 17:04:47 -0400 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 1a7e215d..83f3e726 100644 --- a/lib/graphiti/version.rb +++ b/lib/graphiti/version.rb @@ -1,3 +1,3 @@ module Graphiti - VERSION = "1.0.2" + VERSION = "1.0.3" end