diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-03 01:37:49 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-03 01:37:49 -0400 |
commit | 7b60756f2c56314af715fa884388a5654bbfb791 (patch) | |
tree | aab291357e23d6010e53dae80a51f66ed3294e20 /gogs.go | |
parent | e10096ee2e7985cfd73553f52b09994af025cd93 (diff) | |
download | gitea-7b60756f2c56314af715fa884388a5654bbfb791.tar.gz gitea-7b60756f2c56314af715fa884388a5654bbfb791.zip |
Fix Collaborators cannot commit
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import ( // Test that go1.2 tag above is included in builds. main.go refers to this definition. const go12tag = true -const APP_VER = "0.3.2.0502 Alpha" +const APP_VER = "0.3.2.0503 Alpha" func init() { base.AppVer = APP_VER |