e5663226 by astaxie

beego: change the version from 1.4.0 to 1.3.2

1 parent 51ee1e77
Showing 1 changed file with 1 additions and 1 deletions
...@@ -22,7 +22,7 @@ import ( ...@@ -22,7 +22,7 @@ import (
22 ) 22 )
23 23
24 // beego web framework version. 24 // beego web framework version.
25 const VERSION = "1.3.2" 25 const VERSION = "1.4.0"
26 26
27 type hookfunc func() error //hook function to run 27 type hookfunc func() error //hook function to run
28 var hooks []hookfunc //hook function slice to store the hookfunc 28 var hooks []hookfunc //hook function slice to store the hookfunc
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!