Skip to content

Commit

Permalink
Adding support for 2024-01 API version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Jan 8, 2024
1 parent 342547f commit 849b705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/shopify_api/admin_versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module ShopifyAPI
module AdminVersions
SUPPORTED_ADMIN_VERSIONS = T.let([
"unstable",
"2024-01",
"2023-10",
"2023-07",
"2023-04",
Expand All @@ -15,7 +16,7 @@ module AdminVersions
"2022-01",
], T::Array[String])

LATEST_SUPPORTED_ADMIN_VERSION = T.let("2023-10", String)
LATEST_SUPPORTED_ADMIN_VERSION = T.let("2024-01", String)
end

SUPPORTED_ADMIN_VERSIONS = ShopifyAPI::AdminVersions::SUPPORTED_ADMIN_VERSIONS
Expand Down

0 comments on commit 849b705

Please sign in to comment.