diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-12 14:06:42 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-12 14:06:42 -0400 |
commit | 54e95fa367d8f9394522ce1fa6905a38974cbd23 (patch) | |
tree | 9318f670716cad34fe0b7e05e510b492fd4e0839 /gogs.go | |
parent | f1130ce5e9fa63df5e472a9c5fbd3e875f1ba9f5 (diff) | |
download | gitea-54e95fa367d8f9394522ce1fa6905a38974cbd23.tar.gz gitea-54e95fa367d8f9394522ce1fa6905a38974cbd23.zip |
Finish add new milestone
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/base" ) -const APP_VER = "0.3.3.0511 Alpha" +const APP_VER = "0.3.3.0512 Alpha" func init() { base.AppVer = APP_VER |