minor version

Gerasimos (Makis) Maropoulos 2019-07-24 19:49:16 +03:00
parent 86b046782c
commit a194eb4c19
No known key found for this signature in database
GPG Key ID: F169457BBDA4ACF4

@ -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. The only requirement is the [Go Programming Language](https://golang.org/dl/), version 1.12 and above.
```sh ```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: Or inside your `go.mod` file:
@ -14,7 +14,7 @@ module your_project_name
go 1.12 go 1.12
require ( require (
github.com/kataras/iris v11.2.1 github.com/kataras/iris v11.2.2
) )
``` ```