Skip to content

Commit

Permalink
DXE-1274 Merge pull request #158 from attiss/gtm-v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lkowalsk-akamai-com authored Jul 11, 2022
2 parents 7f6c610 + ce4cf29 commit 16e1840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configgtm-v1_5/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func appendReqArgs(req *http.Request, queryArgs map[string]string) {

// default schema version
// TODO: retrieve from environment or elsewhere in Service Init
var schemaVersion string = "1.4"
var schemaVersion string = "1.5"

// internal method to set version. passed in as string
func setVersionHeader(req *http.Request, version string) {
Expand Down

0 comments on commit 16e1840

Please sign in to comment.