Skip to content

Commit

Permalink
Bumped v4.1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <vr@labstack.com>
  • Loading branch information
vishr committed Oct 7, 2019
1 parent 05262e4 commit d286e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const (

const (
// Version of Echo
Version = "4.1.10"
Version = "4.1.11"
website = "https://echo.labstack.com"
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
banner = `
Expand Down
2 changes: 1 addition & 1 deletion middleware/proxy_1_11_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ func TestProxy_1_11(t *testing.T) {
req.URL.Path = "/api/users"
e.ServeHTTP(rec, req)
assert.Equal(t, "/api/users", req.URL.Path)
assert.Equal(t, http.StatusServiceUnavailable, rec.Code)
assert.Equal(t, http.StatusBadGateway, rec.Code)
}

0 comments on commit d286e28

Please sign in to comment.