diff options
author | Alec S <linuxbash8@gmail.com> | 2016-03-09 22:56:52 -0600 |
---|---|---|
committer | Alec S <linuxbash8@gmail.com> | 2016-03-09 22:56:52 -0600 |
commit | af847ef94e02dd120246fa1e8d7f7ab999f0cc90 (patch) | |
tree | 82f85bc5c3a7b8fee5b6cdf1f37336c10e73aa24 /gogs.go | |
parent | bfed3ea7d3e0ea07fefa90e60514994beae0cb75 (diff) | |
parent | b44e4d7cb08bb88e2f206101a162662ead29836a (diff) |
Merge branch 'develop' of github.com:gogits/gogs into develop
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.2.0309" +const APP_VER = "0.9.3.0309" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |