1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

release v12.2.0-beta4

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-07-21 13:33:51 +03:00
parent 04ef581c02
commit 3607d0f02a
5 changed files with 6 additions and 4 deletions

View File

@@ -456,7 +456,7 @@ With your help, we can improve Open Source web development for everyone!
$ mkdir myapp
$ cd myapp
$ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta3
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta4
```
<details><summary>Install on existing project</summary>