Skip to content

Commit

Permalink
chore(): version bump to include smrt transactions report
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Thomazi Bonicontro committed Oct 17, 2018
1 parent 743fb45 commit b95b729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ func (c *Client) n26RawRequest(requestMethod, endpoint string, params map[string
defer res.Body.Close()
return callback(res.Body)
}

func (c *Client) n26Request(requestMethod, endpoint string, params map[string]string) []byte {
var body []byte
err := c.n26RawRequest(requestMethod, endpoint, params, func(r io.Reader) error {
Expand Down
2 changes: 1 addition & 1 deletion cmd/n26/n26.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
appVersion = "1.4.4"
appVersion = "1.4.5"
)

func check(e error) {
Expand Down

0 comments on commit b95b729

Please sign in to comment.