1
0
Fork 0
forked from forgejo/forgejo

new repo ui

- copy link button: #1396, #1168, #1668,
- synxtax highlight: #1712, #1549, #1315, #670
- z-index: #1942
This commit is contained in:
Unknwon 2015-11-14 04:34:01 -05:00
parent 679af4ddea
commit 7b1c10ea7e
24 changed files with 934 additions and 554 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.7.8.1113 Beta"
const APP_VER = "0.7.9.1114 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())