From a194eb4c192626cc993d86ba9ef5fa2ff7532739 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Wed, 24 Jul 2019 19:49:16 +0300 Subject: [PATCH] minor version --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 0110c95..c053e31 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.1 +$ go get github.com/kataras/iris@v11.2.2 ``` Or inside your `go.mod` file: @@ -14,7 +14,7 @@ module your_project_name go 1.12 require ( - github.com/kataras/iris v11.2.1 + github.com/kataras/iris v11.2.2 ) ```