From 41fe8277116895bdef7423ce713c572bdccc88ac Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 13 Dec 2019 23:09:46 +0200 Subject: [PATCH] Version 12.1.0 Former-commit-id: bf964b047490a97ecde0ddfcb9376cd341999b78 --- iris.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iris.go b/iris.go index 37303325f..9c76e8db6 100644 --- a/iris.go +++ b/iris.go @@ -39,7 +39,7 @@ import ( ) // Version is the current version number of the Iris Web Framework. -const Version = "12.0.1" +const Version = "12.1.0" // HTTP status codes as registered with IANA. // See: http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.