Commit 1705b425 authored by astaxie's avatar astaxie

beego: change version from 1.1.1 to 1.1.2

parent 5505cc09
......@@ -13,7 +13,7 @@ import (
)
// beego web framework version.
const VERSION = "1.1.1"
const VERSION = "1.1.2"
type hookfunc func() error //hook function to run
var hooks []hookfunc //hook function slice to store the hookfunc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment