diff options
author | Unknwon <u@gogs.io> | 2016-06-30 02:21:23 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-06-30 02:21:23 +0800 |
commit | 7938506e07e17c013e5246f20eeaafb76982c8e6 (patch) | |
tree | 2205d4785fc1e70aa6648872c09384934247c42c /gogs.go | |
parent | 6f7276278ddeaeb9bdc065f4987d7defe0f6697a (diff) | |
download | gitea-7938506e07e17c013e5246f20eeaafb76982c8e6.tar.gz gitea-7938506e07e17c013e5246f20eeaafb76982c8e6.zip |
#518 update git-module require version
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.9.32.0629" +const APP_VER = "0.9.33.0630" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |