version 11.2.5

Gerasimos (Makis) Maropoulos 2019-08-12 12:11:52 +03:00
parent 033b2b4639
commit 6b81f86d23
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.
```sh
$ go get github.com/kataras/iris@v11.2.4
$ go get github.com/kataras/iris@v11.2.5
```
Or inside your `go.mod` file:
@ -14,7 +14,7 @@ module your_project_name
go 1.12
require (
github.com/kataras/iris v11.2.4
github.com/kataras/iris v11.2.5
)
```