From 8b26719d1b13633b3736cd96e028fb8fd2da3c52 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 16 Aug 2019 19:26:41 +0300 Subject: [PATCH] version --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 888acf4..71d7b8e 100644 --- a/Installation.md +++ b/Installation.md @@ -3,7 +3,7 @@ Iris is a cross-platform software. The only requirement is the [Go Programming Language](https://golang.org/dl/), version 1.12 and above. ```sh -$ go get github.com/kataras/iris@v11.2.7 +$ go get github.com/kataras/iris@v11.2.8 ``` Or inside your `go.mod` file: @@ -14,7 +14,7 @@ module your_project_name go 1.12 require ( - github.com/kataras/iris v11.2.7 + github.com/kataras/iris v11.2.8 ) ```