diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-12 17:47:23 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-12 17:47:23 -0400 |
commit | e07674bff19dcc321a1611a3598d69c418ac8642 (patch) | |
tree | 824174b3dea4490f00c713778688bff59d35d98f /gogs.go | |
parent | fb0972afadbd87ae707861acc0986bde01528c3c (diff) | |
download | gitea-e07674bff19dcc321a1611a3598d69c418ac8642.tar.gz gitea-e07674bff19dcc321a1611a3598d69c418ac8642.zip |
Support edit release and save as draft
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/setting" ) -const APP_VER = "0.4.3.0612 Alpha" +const APP_VER = "0.4.4.0612 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |