diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-13 12:40:32 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-13 12:40:32 -0400 |
commit | 98dbbae2efd5c232d94f5e4d8df9d388cace2ebc (patch) | |
tree | 262ea9952e6c9f960ca86e839fb1f23cc8ee898c /gogs.go | |
parent | c117f9e73f148468c624f31be237af7a691533a0 (diff) | |
download | gitea-98dbbae2efd5c232d94f5e4d8df9d388cace2ebc.tar.gz gitea-98dbbae2efd5c232d94f5e4d8df9d388cace2ebc.zip |
Fix #166
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.0512 Alpha" +const APP_VER = "0.3.4.0513 Alpha" func init() { base.AppVer = APP_VER |