Skip to content

Commit d286e28

Browse files
committed
Bumped v4.1.11
Signed-off-by: Vishal Rana <[email protected]>
1 parent 05262e4 commit d286e28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

echo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const (
227227

228228
const (
229229
// Version of Echo
230-
Version = "4.1.10"
230+
Version = "4.1.11"
231231
website = "https://echo.labstack.com"
232232
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
233233
banner = `

middleware/proxy_1_11_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ func TestProxy_1_11(t *testing.T) {
4949
req.URL.Path = "/api/users"
5050
e.ServeHTTP(rec, req)
5151
assert.Equal(t, "/api/users", req.URL.Path)
52-
assert.Equal(t, http.StatusServiceUnavailable, rec.Code)
52+
assert.Equal(t, http.StatusBadGateway, rec.Code)
5353
}

0 commit comments

Comments
 (0)