Skip to content

Commit

Permalink
Update api address and library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kucherov committed Mar 25, 2020
1 parent 5d52927 commit 17104db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 17104db

Please sign in to comment.