diff options
author | Unknwon <u@gogs.io> | 2015-11-18 19:32:23 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-18 19:32:23 -0500 |
commit | 2c653141a83eb5bc3fb1baaff0449195b9e1f6a6 (patch) | |
tree | 4aab191a53427da0c17a58d42ef01e2f1b28c550 /gogs.go | |
parent | f04d773f4f72f8f167b7ceed4d4e9a6fd4e6ad16 (diff) | |
download | gitea-2c653141a83eb5bc3fb1baaff0449195b9e1f6a6.tar.gz gitea-2c653141a83eb5bc3fb1baaff0449195b9e1f6a6.zip |
#1742 Update default branch in git repository while change in web view
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.7.16.1118 Beta" +const APP_VER = "0.7.17.1118 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |