diff --git a/.gopmfile b/.gopmfile index 8017a1382..656bc955f 100644 --- a/.gopmfile +++ b/.gopmfile @@ -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 diff --git a/gogs.go b/gogs.go index 3f66c4361..f46a7cd06 100644 --- a/gogs.go +++ b/gogs.go @@ -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()) diff --git a/templates/.VERSION b/templates/.VERSION index 151da6063..c6d37157f 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.5.6.1027 Beta \ No newline at end of file +0.5.6.1102 Beta \ No newline at end of file