Skip to content

Commit

Permalink
version bump to v1.5 and travis build config update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed May 5, 2018
1 parent 9a49fcf commit cc76f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ go:
# - 1.7
- 1.8.x
- 1.9.x
- 1.10.x
# Go latest version
- 1.x
- tip

install:
Expand Down
2 changes: 1 addition & 1 deletion resty.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
package resty

// Version # of resty
const Version = "1.4"
const Version = "1.5"

0 comments on commit cc76f53

Please sign in to comment.