mirror of
https://github.com/astaxie/beego.git
synced 2025-04-02 21:46:00 +00:00
change version to 1.1.1
This commit is contained in:
parent
769f7c751b
commit
745e9fb0fb
2
beego.go
2
beego.go
@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
// beego web framework version.
|
||||
const VERSION = "1.1.0"
|
||||
const VERSION = "1.1.1"
|
||||
|
||||
type hookfunc func() error //hook function to run
|
||||
var hooks []hookfunc //hook function slice to store the hookfunc
|
||||
|
Loading…
x
Reference in New Issue
Block a user