From 2cc7c703d0f9e7b078cad16eeca964a52a4b6e29 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Mon, 10 Feb 2020 19:40:56 +0200 Subject: [PATCH] update version --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 104096e..70e95b1 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.6 + github.com/kataras/iris/v12 v12.1.7 ) ```