From 17104dbe77cc5c88216a5f1461516246b73ef64b Mon Sep 17 00:00:00 2001 From: Anton Kucherov Date: Wed, 25 Mar 2020 16:52:07 +0300 Subject: [PATCH] Update api address and library version. --- client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.go b/client.go index acd6bb4..063d3bc 100644 --- a/client.go +++ b/client.go @@ -10,9 +10,9 @@ import ( ) const ( - libraryVersion = "0.2" + libraryVersion = "0.3" userAgent = "go-teamweek/" + libraryVersion - defaultBaseURL = "https://teamweek.com/api/v4/" + defaultBaseURL = "https://api.plan.toggl.com/api/v4/" ) var (