1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 20:37:05 +00:00

Update to version 12.1.2

Former-commit-id: f52b1b6b0680a96ff4a4c246f1451953382ddb36
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-12-19 11:35:26 +02:00
parent 7f720eb33d
commit a1c11996b7
7 changed files with 13 additions and 5 deletions

View File

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