From 2b77c159aea4a1e7d0a6004c97fb7e7a763d9dac Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Tue, 11 Jun 2024 07:41:31 +0200 Subject: [PATCH] Bump version for 1.2.6 --- Gemfile.lock | 2 +- lib/shopify_graphql/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3e45994..bc67e8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_graphql (1.2.5) + shopify_graphql (1.2.6) rails (>= 6.0.0) shopify_api (>= 10.0) shopify_app (>= 19.0) diff --git a/lib/shopify_graphql/version.rb b/lib/shopify_graphql/version.rb index 7eca369..9c65861 100644 --- a/lib/shopify_graphql/version.rb +++ b/lib/shopify_graphql/version.rb @@ -1,3 +1,3 @@ module ShopifyGraphql - VERSION = "1.2.5" + VERSION = "1.2.6" end