mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
Add a link to the stable version on the Installation section
This commit is contained in:
4
iris.go
4
iris.go
@@ -78,9 +78,9 @@ import (
|
||||
|
||||
const (
|
||||
// IsLongTermSupport flag is true when the below version number is a long-term-support version
|
||||
IsLongTermSupport = true
|
||||
IsLongTermSupport = false
|
||||
// Version is the current version number of the Iris web framework
|
||||
Version = "4"
|
||||
Version = "5.0.1"
|
||||
|
||||
banner = ` _____ _
|
||||
|_ _| (_)
|
||||
|
||||
Reference in New Issue
Block a user