version

Gerasimos (Makis) Maropoulos 2019-08-16 19:26:41 +03:00
parent c1ada9298a
commit 8b26719d1b
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

@ -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
)
```