Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Apr 27, 2022
1 parent 4ee3636 commit bcaf510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.1
v0.1.2
1 change: 1 addition & 0 deletions lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func NewClient(token, userAgent string) (*Client, error) {
client.User = &UserService{client: client}
client.APICall = &APICallService{client: client}
client.APIToken = &APITokenService{client: client}
client.Session = &SessionService{client: client}

return client, nil
}
Expand Down

0 comments on commit bcaf510

Please sign in to comment.