Browse Source

Update gopmfile

tags/v1.2.0-rc1
Unknwon 10 years ago
parent
commit
e9875edcad
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      .gopmfile
  2. +1
    -1
      gogs.go
  3. +1
    -1
      templates/.VERSION

+ 2
- 2
.gopmfile View File

@@ -11,8 +11,8 @@ github.com/Unknwon/i18n =
github.com/Unknwon/macaron =
github.com/codegangsta/cli = commit:7381bc4e62
github.com/go-sql-driver/mysql = commit:8111ee3ec3
github.com/go-xorm/core = commit:750aae0fa5
github.com/go-xorm/xorm = commit:2d8b3135b1
github.com/go-xorm/core =
github.com/go-xorm/xorm =
github.com/gogits/gfm = commit:40f747a9c0
github.com/gogits/oauth2 = commit:99cbec870a
github.com/lib/pq = commit:b021d0ef20


+ 1
- 1
gogs.go View File

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

const APP_VER = "0.5.6.1027 Beta"
const APP_VER = "0.5.6.1102 Beta"

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


+ 1
- 1
templates/.VERSION View File

@@ -1 +1 @@
0.5.6.1027 Beta
0.5.6.1102 Beta

Loading…
Cancel
Save