Skip to content

Commit

Permalink
0.7.10 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Jul 24, 2018
1 parent 49d3844 commit 255f6d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package config

// VERSION version of annie
const VERSION = "0.7.9"
const VERSION = "0.7.10"
1 change: 0 additions & 1 deletion request/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func Request(
break
}
if requestError != nil && i+1 == retryTimes {
log.Print(url)
panic(requestError)
}
time.Sleep(1 * time.Second)
Expand Down

0 comments on commit 255f6d2

Please sign in to comment.