From 6b3a662c806f42196549e4d0b8d7f8518ed0f5d8 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Wed, 5 Feb 2020 12:48:40 +0200 Subject: [PATCH] update version --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index ad4aa11..104096e 100644 --- a/Installation.md +++ b/Installation.md @@ -20,7 +20,7 @@ module your_project_name go 1.13 require ( - github.com/kataras/iris/v12 v12.1.5 + github.com/kataras/iris/v12 v12.1.6 ) ```