Skip to content

Commit

Permalink
fix: Update api version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gowizzard committed Mar 1, 2024
1 parent 41478f0 commit 3f725f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
const (
transferProtocol = "https://"
baseUrl = ".myshopify.com/admin/api/"
apiVersion = "2023-04"
apiVersion = "2024-04"
)

// Config is to define config data
Expand Down

0 comments on commit 3f725f6

Please sign in to comment.