beego: change the version from 1.4.0 to 1.3.2
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 | ... | ... |
-
Please register or sign in to post a comment