From 5b80c297dccd57eda20fdd73824ea17aa959ef22 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 5 Nov 2022 14:45:45 +0200 Subject: [PATCH] thank you all for your support :heart: --- README.md | 18 +++++++++++++++++- doc.go | 2 +- iris.go | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a609b57a..348a0040 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ # Iris Web Framework -[![build status](https://img.shields.io/github/workflow/status/kataras/iris/CI/master?style=for-the-badge)](https://github.com/kataras/iris/actions) [![view examples](https://img.shields.io/badge/examples%20-270-a83adf.svg?style=for-the-badge&logo=go)](https://github.com/kataras/iris/tree/master/_examples) [![chat](https://img.shields.io/gitter/room/iris_go/community.svg?color=cc2b5e&logo=gitter&style=for-the-badge)](https://gitter.im/iris_go/community) [![donate](https://img.shields.io/badge/support-Iris-blue.svg?style=for-the-badge&logo=paypal)](https://iris-go.com/donate) +[![build status](https://img.shields.io/github/workflow/status/kataras/iris/CI/master?style=for-the-badge)](https://github.com/kataras/iris/actions) [![view examples](https://img.shields.io/badge/examples%20-285-a83adf.svg?style=for-the-badge&logo=go)](https://github.com/kataras/iris/tree/master/_examples) [![chat](https://img.shields.io/gitter/room/iris_go/community.svg?color=cc2b5e&logo=gitter&style=for-the-badge)](https://gitter.im/iris_go/community) [![donate](https://img.shields.io/badge/support-Iris-blue.svg?style=for-the-badge&logo=paypal)](https://iris-go.com/donate) @@ -240,10 +240,12 @@ With your help, we can improve Open Source web development for everyone! alekperos hengestone thomasfr + Basoz International Juanses ansrivas draFWM + ekobayong lexrus li3p se77en @@ -313,6 +315,7 @@ With your help, we can improve Open Source web development for everyone! t6tg AwsIT BlackHole1 + Hongjian0619 Jude-X KevinZhouRafael KrishManohar @@ -320,13 +323,18 @@ With your help, we can improve Open Source web development for everyone! MihaiPopescu1985 Neulhan NguyenPhuoc + Oka00 + Ramblestsad SamuelNeves TianJIANG Ubun1 XinYoungCN YukinaMochizuki + a112121788 acdias agent3bood + agoncecelia + algoflows annieruci b2cbd baoch254 @@ -346,6 +354,7 @@ With your help, we can improve Open Source web development for everyone! goten002 guanzi008 hdezoscar93 + hieungm homerious hzxd iantuan @@ -358,12 +367,14 @@ With your help, we can improve Open Source web development for everyone! kkdaypenny knavels kohakuhubo + kostasvk leki75 liheyuan lingyingtan lipatti marman-hp mattbowen + maxgozou miguel-devs mizzlespot mnievesco @@ -372,6 +383,7 @@ With your help, we can improve Open Source web development for everyone! nasoma ozfive paulxu21 + phil535 pitt134 qiepeipei qiuzhanghua @@ -381,14 +393,18 @@ With your help, we can improve Open Source web development for everyone! rfunix rhernandez-itemsoft risallaw + robivictor rxrw saleebm sbenimeli sebyno seun-otosho su1gen + sukiejosh svirmi + thepunterbot unixedia + vadgun vguhesan vladimir-petukhov-sr vuhoanglam diff --git a/doc.go b/doc.go index 1ab7bec5..2d6b4e6f 100644 --- a/doc.go +++ b/doc.go @@ -38,7 +38,7 @@ Source code and other details for the project are available at GitHub: # Current Version -12.2.0-beta5 +12.2.0-beta6 # Installation diff --git a/iris.go b/iris.go index 695a2191..54b19682 100644 --- a/iris.go +++ b/iris.go @@ -39,7 +39,7 @@ import ( ) // Version is the current version of the Iris Web Framework. -const Version = "12.2.0-beta5" +const Version = "12.2.0-beta6" // Byte unit helpers. const (