From 1cb5a6018c9c314eba861d6dbf05ab728e3ed45c Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 26 Oct 2019 19:44:46 +0300 Subject: [PATCH] v12.0.1 --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 7022a09..3352fbd 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.0.0 + github.com/kataras/iris/v12 v12.0.1 ) ```