1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-03 10:17:03 +00:00

push 11.2.1 - fixes #1298 and #1207

Former-commit-id: fca9db43ad6d78fcf01acf8edeadc12abc34195f
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-07-24 03:50:00 +03:00
parent db0702ca75
commit 275cc14e39
3 changed files with 8 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ import (
var (
// Version is the current version number of the Iris Web Framework.
Version = "11.2.0"
Version = "11.2.1"
)
// HTTP status codes as registered with IANA.