From 899d6866b245e29aae4fff904b0a27ce047e986e Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Wed, 25 Dec 2019 13:24:52 +0200 Subject: [PATCH] install version --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 252d7d5..7e0274d 100644 --- a/Installation.md +++ b/Installation.md @@ -21,7 +21,7 @@ module your_project_name go 1.13 require ( - github.com/kataras/iris/v12 v12.1.1 + github.com/kataras/iris/v12 v12.1.3 ) ```