From 66741b961cecb257b0a8ed0aad4c3b628c2e58b5 Mon Sep 17 00:00:00 2001 From: megli2 Date: Thu, 7 Nov 2024 14:54:02 +0100 Subject: [PATCH] Bump version to 0.6.3 --- lib/graphiti/open_api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphiti/open_api/version.rb b/lib/graphiti/open_api/version.rb index 8c183b0..e05a368 100644 --- a/lib/graphiti/open_api/version.rb +++ b/lib/graphiti/open_api/version.rb @@ -1,5 +1,5 @@ module Graphiti module OpenApi - VERSION = "0.6.2" + VERSION = "0.6.3" end end