Skip to content

Commit

Permalink
v12.2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Sep 13, 2020
1 parent fb00ecd commit a917ef6
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Examples for the Iris project can be found at
<https://github.com/kataras/iris/tree/master/_examples>.

Documentation for the Iris project can be found at
<https://pkg.go.dev/github.com/kataras/iris/v12@v12.2.0>.
<https://www.iris-go.com/docs>.

Love iris? Please consider supporting the project:
👉 https://iris-go.com/donate
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If applicable, add screenshots to help explain your problem.
- OS: [e.g. ubuntu, windows]

**iris.Version**
- e.g. v12.2.0 or master
- e.g. v12.2.0-alpha or master

Please make sure the bug is reproducible over the `master` branch:

Expand Down
2 changes: 1 addition & 1 deletion _examples/apidoc/yaag/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.15

require (
github.com/betacraft/yaag v1.0.1-0.20200719063524-47d781406108
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
github.com/kataras/iris/v12 v12.2.0-alpha
)
2 changes: 1 addition & 1 deletion _examples/database/mongodb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.15

require (
github.com/joho/godotenv v1.3.0
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
github.com/kataras/iris/v12 v12.2.0-alpha
go.mongodb.org/mongo-driver v1.3.4
)
2 changes: 1 addition & 1 deletion _examples/database/mysql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.15

require (
github.com/go-sql-driver/mysql v1.5.0
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
github.com/kataras/iris/v12 v12.2.0-alpha
github.com/mailgun/groupcache/v2 v2.1.0
)
2 changes: 1 addition & 1 deletion _examples/kafka-api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.15

require (
github.com/Shopify/sarama v1.26.4
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
github.com/kataras/iris/v12 v12.2.0-alpha
)
2 changes: 1 addition & 1 deletion _examples/logging/rollbar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/kataras/iris/examples/logging/rollbar
go 1.15

require (
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
github.com/kataras/iris/v12 v12.2.0-alpha
github.com/rollbar/rollbar-go v1.2.0
)
2 changes: 1 addition & 1 deletion _examples/mvc/overview/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module app

go 1.15

require github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
require github.com/kataras/iris/v12 v12.2.0-alpha
2 changes: 1 addition & 1 deletion _examples/mvc/vuejs-todo-mvc/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/kataras/iris/_examples/mvc/vuejs-todo-mvc/src

go 1.15

require github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
require github.com/kataras/iris/v12 v12.2.0-alpha
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/kataras/iris/_examples/routing/subdomains/redirect/multi-insta

go 1.15

require github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
require github.com/kataras/iris/v12 v12.2.0-alpha

replace github.com/kataras/iris/v12 => ../../../../../
2 changes: 1 addition & 1 deletion _examples/sessions/database/redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module app

go 1.15

require github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
require github.com/kataras/iris/v12 v12.2.0-alpha

2 changes: 1 addition & 1 deletion _examples/websocket/basic/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.15

require (
github.com/iris-contrib/middleware/jwt v0.0.0-20200710202437-92b01b85baaf
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67 // indirect
github.com/kataras/iris/v12 v12.2.0-alpha // indirect
)
2 changes: 1 addition & 1 deletion _examples/websocket/socketio/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.15

require (
github.com/googollee/go-socket.io v1.4.3-0.20191109153049-7451e2f8c2e0
github.com/kataras/iris/v12 v12.1.9-0.20200903123630-7e6d453dad67
github.com/kataras/iris/v12 v12.2.0-alpha
)
4 changes: 2 additions & 2 deletions iris.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import (
"github.com/tdewolff/minify/v2/xml"
)

// Version is the current version number of the Iris Web Framework.
const Version = "12.2.0"
// Version is the current version of the Iris Web Framework.
const Version = "12.2.0-alpha"

// Byte unit helpers.
const (
Expand Down

0 comments on commit a917ef6

Please sign in to comment.