Browse Source

#3174 genetate bindata

tags/v1.2.0-rc1
Unknwon 10 years ago
parent
commit
58b350e67f
5 changed files with 8 additions and 8 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      conf/app.ini
  3. +1
    -1
      gogs.go
  4. +4
    -4
      modules/bindata/bindata.go
  5. +1
    -1
      templates/.VERSION

+ 1
- 1
README.md View File

@@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra

![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)

##### Current version: 0.9.30
##### Current version: 0.9.32

| Web | UI | Preview |
|:-------------:|:-------:|:-------:|


+ 1
- 1
conf/app.ini View File

@@ -329,7 +329,7 @@ SCHEDULE = @every 24h

[git]
; Max number of lines allowed of a single file in diff view.
MAX_GIT_DIFF_LINES = 500
MAX_GIT_DIFF_LINES = 1000
; Max number of characters of a line allowed in diff view.
MAX_GIT_DIFF_LINE_CHARACTERS = 500
; Max number of files shown in diff view.


+ 1
- 1
gogs.go View File

@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)

const APP_VER = "0.9.31.0628"
const APP_VER = "0.9.32.0629"

func init() {
runtime.GOMAXPROCS(runtime.NumCPU())


+ 4
- 4
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


+ 1
- 1
templates/.VERSION View File

@@ -1 +1 @@
0.9.31.0628
0.9.32.0629

Loading…
Cancel
Save