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

Publish version 11.1.0. Read HISTORY.md for details

Former-commit-id: 5bc97f3093655d08e07cfa0a27decda98b6d300f
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-11-18 03:26:48 +02:00
parent 18b236a1ee
commit c0f48385a8
17 changed files with 193 additions and 19 deletions

View File

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