From 0bdd137e0a6938fd726eb4b8f19e347d5efa184f Mon Sep 17 00:00:00 2001 From: Lee Richmond Date: Tue, 8 Jun 2021 10:38:31 -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 c922aa07..dede4bc5 100644 --- a/lib/graphiti/version.rb +++ b/lib/graphiti/version.rb @@ -1,3 +1,3 @@ module Graphiti - VERSION = "1.2.41" + VERSION = "1.2.42" end