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

release v12.2.0-beta3

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-06-05 22:19:11 +03:00
parent 288a67bc58
commit 37097e0b39
9 changed files with 45 additions and 45 deletions

View File

@@ -393,7 +393,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-beta2
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta3
```
<details><summary>Install on existing project</summary>