From 3d75feb8ca498a63937a43a22ad475a2ee8bab7f Mon Sep 17 00:00:00 2001 From: hgouchet Date: Thu, 10 Aug 2017 14:48:31 +0200 Subject: [PATCH 1/2] [twgit] Init hotfix 'hotfix-0.1.15'. From 609c850660f3dcdea29f9e31c6b31598f3b1b3e7 Mon Sep 17 00:00:00 2001 From: hgouchet Date: Thu, 10 Aug 2017 14:50:09 +0200 Subject: [PATCH 2/2] Updates with the latest version of the API: v201708 --- README.md | 2 +- driver.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e7a883..2449cda 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The client customer ID is the account number of the AdWords client account you w ``` Type: string Valid Values: -Default: v201705 +Default: v201708 ``` Version of the Adwords API to use. diff --git a/driver.go b/driver.go index a50e703..450e2fd 100644 --- a/driver.go +++ b/driver.go @@ -11,7 +11,7 @@ import ( // Data source name. const ( - APIVersion = "v201705" + APIVersion = "v201708" DsnSep = "|" DsnOptSep = ":" )