1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-24 05:17:03 +00:00

Update to version 12.1.1 (context.FindClosest)

Former-commit-id: a57d18bab865a7c40b806c7fd2cd4ce1a259699c
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-12-16 06:50:36 +02:00
parent a3f944b884
commit af90337cfd
8 changed files with 37 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ import (
)
// Version is the current version number of the Iris Web Framework.
const Version = "12.1.0"
const Version = "12.1.1"
// HTTP status codes as registered with IANA.
// See: http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.