From 1ca9810a58298cb98a70307b479f32cce85a034c Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Tue, 22 Oct 2024 17:42:55 +0200 Subject: [PATCH] Bump version for 2.0.0 --- 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 e4adc80..65bb950 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_graphql (1.2.6) + shopify_graphql (2.0.0) activesupport (>= 6.1.0) rails (>= 6.1.0) shopify_api (>= 13.4) diff --git a/lib/shopify_graphql/version.rb b/lib/shopify_graphql/version.rb index 9c65861..d53023e 100644 --- a/lib/shopify_graphql/version.rb +++ b/lib/shopify_graphql/version.rb @@ -1,3 +1,3 @@ module ShopifyGraphql - VERSION = "1.2.6" + VERSION = "2.0.0" end