diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-08-31 15:11:55 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-08-31 15:11:55 +0800 |
commit | 7e36bf448db915250eb831a00b122fc1092df630 (patch) | |
tree | f3e590a542497efd1908109f752e7a03a8abeca4 /gogs.go | |
parent | d78008b546b74d528629b79a7fee00b20f3437e2 (diff) | |
parent | 03c6a395aa0d32c99e8264d18a3b5228656478df (diff) | |
download | gitea-7e36bf448db915250eb831a00b122fc1092df630.tar.gz gitea-7e36bf448db915250eb831a00b122fc1092df630.zip |
Merge branch 'master' of github.com:gogits/gogs into dev
Conflicts:
dockerfiles/README.md
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.9.0830 Alpha" +const APP_VER = "0.4.9.0831 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |