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!
+
+
@@ -313,6 +315,7 @@ With your help, we can improve Open Source web development for everyone!
+
@@ -320,13 +323,18 @@ With your help, we can improve Open Source web development for everyone!
+
+
+
+
+
@@ -346,6 +354,7 @@ With your help, we can improve Open Source web development for everyone!
+
@@ -358,12 +367,14 @@ With your help, we can improve Open Source web development for everyone!
+
+
@@ -372,6 +383,7 @@ With your help, we can improve Open Source web development for everyone!
+
@@ -381,14 +393,18 @@ With your help, we can improve Open Source web development for everyone!
+
+
+
+
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 (